A Geant4 Python wrapper.
Project description
Calzone
(CALorimeter ZONE)
[!WARNING] This is work in progress.
Description
CalZone is a Geant4 Python wrapper for simulating the energy
deposition by high-energy particles in a calorimeter. The interface has been
designed with simplicity in mind. Primary particles are injected into the
simulation volume as a numpy.ndarray
, and a numpy.ndarray
of energy deposits
is returned. The Monte Carlo geometry is encoded in a Python dict
which can be
loaded from configuration files, e.g. using JSON, TOML or
YAML formats. This basic workflow is illustrated below,
import calzone
simulation = calzone.Simulation("geometry.toml")
particles = calzone.particles(10000, energy=0.5, position=(0,0,1))
deposits = simulation.run(particles)
License
The Calzone source is distributed under the GNU LGPLv3 license. See the provided LICENSE and COPYING.LESSER files.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file calzone-0.4.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: calzone-0.4.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 23.4 MB
- Tags: CPython 3.7+, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b268f7171b0ae9522eb41b998ac0741d3a3a7ebd46a6d1f30fb3cf63c37ce7d5 |
|
MD5 | 2b3920a890effbdaa98fd57b2fa243c6 |
|
BLAKE2b-256 | d8163da7da7968192039207587d84e4ca4aaa9e3fea0e2401ab3495776051cff |