.readthedocs.yaml
MANIFEST.in
README.md
pyproject.toml
benchmarks/benchmark_backends.py
benchmarks/benchmark_structures.py
docs/source/algorithm.rst
docs/source/analysis.rst
docs/source/api.rst
docs/source/backends.rst
docs/source/citation.rst
docs/source/conf.py
docs/source/examples.rst
docs/source/index.rst
docs/source/install.rst
docs/source/publishing.rst
docs/source/usage.rst
docs/source/_static/custom.css
docs/source/_static/pt211_distance_surface.png
docs/source/_static/wulff_distance_surface.png
docs/source/_static/zeolite_convergence.png
docs/source/_static/zeolite_scaling.png
examples/surfaces/pt211_distance_surface.py
examples/wulff/distance_surface.py
examples/zeolite/BEA.cif
examples/zeolite/MWW.cif
examples/zeolite/zeolite_analysis.py
examples/zeolite/zeolite_voxel.py
src/AtomVoxelizer.egg-info/PKG-INFO
src/AtomVoxelizer.egg-info/SOURCES.txt
src/AtomVoxelizer.egg-info/dependency_links.txt
src/AtomVoxelizer.egg-info/requires.txt
src/AtomVoxelizer.egg-info/top_level.txt
src/atomvoxelizer/__init__.py
src/atomvoxelizer/analysis.py
src/atomvoxelizer/cupy_backend.py
src/atomvoxelizer/numba_backend.py
src/atomvoxelizer/taichi_backend.py
src/atomvoxelizer/voxelgrid.py
tests/test_analysis.py
tests/test_backends.py
tests/test_distance_masks.py
tests/test_imports.py
tests/test_voxelgrid_numpy.py
tests/test_zeolite_analysis_example.py