CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
CONTRIBUTING.zh-CN.md
LICENSE
MANIFEST.in
README.md
README.zh-CN.md
mkdocs.yml
pyproject.toml
docs/api-reference.md
docs/concepts.md
docs/design.md
docs/geometry.md
docs/getting-started.md
docs/index.md
docs/neighbor-discovery.md
docs/reciprocal-space.md
docs/visualization.md
docs/zh/api-reference.md
docs/zh/concepts.md
docs/zh/design.md
docs/zh/geometry.md
docs/zh/getting-started.md
docs/zh/index.md
docs/zh/neighbor-discovery.md
docs/zh/reciprocal-space.md
docs/zh/visualization.md
examples/discover_neighbors_once.py
examples/double_kagome.py
examples/plot_geometry.py
examples/reciprocal_and_supercell.py
examples/typed_triangular.py
src/latticegeom/__init__.py
src/latticegeom/_compiler.py
src/latticegeom/builders.py
src/latticegeom/definitions.py
src/latticegeom/lattice.py
src/latticegeom/plotting.py
src/latticegeom/predefined.py
src/latticegeom/py.typed
src/latticegeom/reciprocal.py
src/latticegeom/tables.py
src/latticegeom.egg-info/PKG-INFO
src/latticegeom.egg-info/SOURCES.txt
src/latticegeom.egg-info/dependency_links.txt
src/latticegeom.egg-info/requires.txt
src/latticegeom.egg-info/top_level.txt
src/latticegeom/tools/__init__.py
src/latticegeom/tools/neighbors.py
tests/test_brillouin.py
tests/test_builders.py
tests/test_definitions.py
tests/test_lattice.py
tests/test_neighbor_tools.py
tests/test_plotting.py
tests/test_predefined.py
tests/test_queries.py
tests/test_reciprocal.py