COPYING.LESSER
Cargo.toml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/calzone.h
src/cxx.rs
src/geometry.cc
src/geometry.rs
src/lib.rs
src/simulation.cc
src/simulation.rs
src/utils.rs
src/geometry/bytes.rs
src/geometry/goupil.rs
src/geometry/map.rs
src/geometry/materials.cc
src/geometry/materials.rs
src/geometry/mesh.cc
src/geometry/mesh.h
src/geometry/mesh.rs
src/geometry/solids.cc
src/geometry/solids.h
src/geometry/volume.rs
src/geometry/materials/gate.rs
src/geometry/materials/hash.rs
src/python/calzone/__init__.py
src/python/calzone/__main__.py
src/python/calzone.egg-info/PKG-INFO
src/python/calzone.egg-info/SOURCES.txt
src/python/calzone.egg-info/dependency_links.txt
src/python/calzone.egg-info/entry_points.txt
src/python/calzone.egg-info/requires.txt
src/python/calzone.egg-info/top_level.txt
src/simulation/geometry.cc
src/simulation/geometry.h
src/simulation/physics.cc
src/simulation/physics.h
src/simulation/physics.rs
src/simulation/random.cc
src/simulation/random.h
src/simulation/random.rs
src/simulation/sampler.cc
src/simulation/sampler.h
src/simulation/sampler.rs
src/simulation/source.cc
src/simulation/source.h
src/simulation/source.rs
src/simulation/tracker.cc
src/simulation/tracker.h
src/simulation/tracker.rs
src/utils/convert.cc
src/utils/data.rs
src/utils/error.cc
src/utils/error.rs
src/utils/export.rs
src/utils/extract.rs
src/utils/float.rs
src/utils/io.rs
src/utils/namespace.rs
src/utils/numpy.rs
src/utils/units.cc
src/utils/units.rs
tests/test_geometry.py
tests/test_materials.py
tests/test_simulation.py