.gdbinit
.gitattributes
.gitignore
CMakeLists.txt
CMakePresets.json
COPYING
Doxyfile.in
MANIFEST.in
README.md
acme.py
brille.dox
brille.h
brille.svg
gdb_printers.py
pyproject.toml
setup.cfg
setup.py
version.hpp.in
version_info.py
.github/config/gha-test-macos.yml
.github/config/gha-test-ubuntu.yml
.github/config/gha-test-windows.yml
.github/workflows/main_push_pull_request.yml
.github/workflows/package_deploy.yml
brille/COPYING
brille/__init__.py
brille/bound.py
brille/lattice.py
brille/plotting.py
brille/utils.py
brille/vis.py
brille.egg-info/PKG-INFO
brille.egg-info/SOURCES.txt
brille.egg-info/dependency_links.txt
brille.egg-info/not-zip-safe
brille.egg-info/requires.txt
brille.egg-info/top_level.txt
cmake/brille-conan.cmake
cmake/brille-doxygen.cmake
cmake/brille-hdf5.cmake
cmake/brille-openmp.cmake
cmake/checkgit.cmake
cmake/fetcher.cmake
devtools/build_cmake.py
devtools/build_pages.py
devtools/build_wheel.py
devtools/config.py
docs/Doxyfile
docs/Makefile
docs/brille.rst
docs/conf.py
docs/docutils.conf
docs/doxygen.rst
docs/index.rst
docs/install_guide.rst
docs/make.bat
docs/memory_usage.rst
docs/motivation.rst
docs/plotting.rst
docs/requirements.txt
docs/tutorial.rst
docs/undoc_brille.rst
docs/utils.rst
docs/_static/theme_overrides.css
docs/builder/Makefile
docs/builder/Snakefile
docs/builder/docker-compose.yml
docs/builder/entrypoint.sh
docs/module/bz.rst
docs/module/debug.rst
docs/module/everything.rst
docs/module/grids.rst
docs/module/lattice.rst
docs/module/symmetry.rst
docs/tutorials/tutorial_00.py
docs/tutorials/tutorial_00.rst
docs/tutorials/tutorial_01.py
docs/tutorials/tutorial_01.rst
docs/tutorials/tutorial_02.rst
docs/tutorials/tutorial_02_fig0.svg
docs/tutorials/tutorial_02_fig1.svg
docs/tutorials/images/nacl_123_disp.png
docs/tutorials/images/nacl_123_path.png
docs/tutorials/images/nacl_123_sqw.png
lib/CMakeLists.txt
lib/hdf5/LICENSE
lib/tetgen/CMakeLists.txt
lib/tetgen/LICENSE
lib/tetgen/predicates.cxx
lib/tetgen/tetgen.cxx
lib/tetgen/tetgen.h
src/CMakeLists.txt
src/README.md
src/approx_config.cpp
src/approx_config.hpp
src/approx_float.hpp
src/array.hpp
src/array.tpp
src/array2.hpp
src/array2.tpp
src/array_.hpp
src/array_attributes.hpp
src/array_functions.hpp
src/array_l_.hpp
src/array_l_attributes.hpp
src/array_l_functions.hpp
src/array_l_post.hpp
src/array_l_pre.hpp
src/array_lvec.hpp
src/array_lvec_methods.tpp
src/array_post.hpp
src/array_pre.hpp
src/array_tetgen.hpp
src/basis.hpp
src/bravais.cpp
src/bravais.hpp
src/bz.cpp
src/bz.hpp
src/bz_config.hpp
src/bz_mesh.hpp
src/bz_move.cpp
src/bz_nest.hpp
src/bz_trellis.hpp
src/bz_trellis_l.hpp
src/bz_wedge.cpp
src/comparisons.cpp
src/comparisons.hpp
src/debug.cpp
src/debug.hpp
src/enums.hpp
src/geometry.hpp
src/hall_symbol.cpp
src/hall_symbol.hpp
src/hdf_interface.cpp
src/hdf_interface.hpp
src/interpolator.hpp
src/interpolator_at.tpp
src/interpolator_axial.tpp
src/interpolator_cost.tpp
src/interpolator_gamma.tpp
src/interpolator_real.tpp
src/interpolator_recip.tpp
src/interpolatordual.hpp
src/is_musl.h
src/lapjv.hpp
src/lattice_dual.hpp
src/linear_algebra.hpp
src/logger.cpp
src/logger.hpp
src/math.hpp
src/mesh.hpp
src/motion.hpp
src/munkres.hpp
src/neighbours.cpp
src/neighbours.hpp
src/nest.hpp
src/nest.tpp
src/permutation.hpp
src/permutation_table.hpp
src/phonon.hpp
src/pointgroup.cpp
src/pointgroup.hpp
src/pointsymmetry.cpp
src/pointsymmetry.hpp
src/polyhedron.hpp
src/polyhedron_faces.cpp
src/polyhedron_faces.hpp
src/polyhedron_flex.hpp
src/polyhedron_lattice.hpp
src/polyhedron_lattice.tpp
src/primitive.hpp
src/process_id.cpp
src/process_id.hpp
src/rotates.hpp
src/smp.hpp
src/sorting_status.hpp
src/spg_database.cpp
src/spg_database.hpp
src/subscript.hpp
src/symmetry.cpp
src/symmetry.hpp
src/symmetry_common.hpp
src/thread_exception.h
src/transform.hpp
src/trellis.tpp
src/trellis_node.hpp
src/trellis_poly.hpp
src/trellis_poly_l.hpp
src/trellis_poly_l.tpp
src/trellis_poly_parallel.tpp
src/triangulation_layers.hpp
src/triangulation_poly.hpp
src/triangulation_simple.hpp
src/types.hpp
src/utilities.hpp
src/utilities.tpp
src/vertex_index_map.h
src/vertex_map_knit.h
src/vertex_map_set.cpp
src/vertex_map_set.h
src/tests/CMakeLists.txt
src/tests/arrayvector_test.cpp
src/tests/basis_test.cpp
src/tests/brillouinzone_test.cpp
src/tests/catch_test.cpp
src/tests/hallsymbol_test.cpp
src/tests/lattice_dual_test.cpp
src/tests/latvec_dual_test.cpp
src/tests/linalg_test.cpp
src/tests/math_test.cpp
src/tests/mesh_test.cpp
src/tests/munkres_test.cpp
src/tests/nb.castep_bin
src/tests/nest_test.cpp
src/tests/poly_lattice_test.cpp
src/tests/polyhedron_flex_test.cpp
src/tests/spglib_test.cpp
src/tests/subscript_test.cpp
src/tests/symmetry_test.cpp
src/tests/transform_test.cpp
src/tests/trellis_test.cpp
validation/profiling.md
wrap/CMakeLists.txt
wrap/_approx.cpp
wrap/_array.hpp
wrap/_basis.cpp
wrap/_bravais.cpp
wrap/_brille.cpp
wrap/_bz.cpp
wrap/_c_to_python.hpp
wrap/_common_grid.hpp
wrap/_debug.cpp
wrap/_enums.cpp
wrap/_hall_symbol.cpp
wrap/_interpolator.cpp
wrap/_interpolator.hpp
wrap/_lattice.cpp
wrap/_lattice.hpp
wrap/_mesh.cpp
wrap/_mesh.hpp
wrap/_nest.cpp
wrap/_nest.hpp
wrap/_pointgroup.cpp
wrap/_pointsymmetry.cpp
wrap/_polyhedron.cpp
wrap/_polyhedron.hpp
wrap/_primitive.cpp
wrap/_sorting_status.cpp
wrap/_spacegroup.cpp
wrap/_symmetry.cpp
wrap/_trellis.cpp
wrap/_trellis.hpp
wrap/tests/aflow_lattices.json
wrap/tests/euphonic_check.py
wrap/tests/profile.py
wrap/tests/profile_0.py
wrap/tests/profile_1.py
wrap/tests/profile_2.py
wrap/tests/profile_levels_0.py
wrap/tests/profile_levels_1.py
wrap/tests/profile_levels_2.py
wrap/tests/profile_lzo.py
wrap/tests/profile_nest_0.py
wrap/tests/profile_nest_1.py
wrap/tests/profile_nest_2.py
wrap/tests/profile_trellis_1.py
wrap/tests/profile_trellis_2.py
wrap/tests/test_1_lattice.py
wrap/tests/test_2_brillouinzone.py
wrap/tests/test_3_aflow_spacegroups.py
wrap/tests/test_4_interpolation.py
wrap/tests/test_5_gamma.npz
wrap/tests/test_5_gamma.py
wrap/tests/test_6_utils.py