.gitignore
LICENSE
MANIFEST.in
Makefile
README.md
environment.yml
pyproject.toml
.github/dependabot.yml
.github/workflows/code.yml
.github/workflows/docs.yml
.github/workflows/pypi.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/design-discussion.md
docs/source/glossary.rst
docs/source/guide.rst
docs/source/index.rst
docs/source/license.rst
docs/source/substitutions.txt
docs/source/_static/hklpy2 modules.vsdx
docs/source/_static/hklpy2-block-diagram.png
docs/source/api/diffract.rst
docs/source/api/geom.rst
docs/source/api/lattice.rst
docs/source/api/ops.rst
docs/source/api/reflection.rst
docs/source/api/sample.rst
docs/source/api/solvers.rst
docs/source/api/wavelength_support.rst
docs/source/api/z_misc.rst
docs/source/api/backends/base.rst
docs/source/api/backends/hkl_soleil.rst
docs/source/api/backends/no_op.rst
docs/source/api/backends/th_tth_q.rst
docs/source/examples/demo.ipynb
docs/source/examples/diffract.rst
hklpy2/__init__.py
hklpy2/diffract.py
hklpy2/geom.py
hklpy2/ops.py
hklpy2/wavelength_support.py
hklpy2.egg-info/PKG-INFO
hklpy2.egg-info/SOURCES.txt
hklpy2.egg-info/dependency_links.txt
hklpy2.egg-info/entry_points.txt
hklpy2.egg-info/requires.txt
hklpy2.egg-info/top_level.txt
hklpy2/backends/__init__.py
hklpy2/backends/base.py
hklpy2/backends/hkl_soleil.py
hklpy2/backends/no_op.py
hklpy2/backends/th_tth_q.py
hklpy2/backends/tests/__init__.py
hklpy2/backends/tests/test_hkl_soleil.py
hklpy2/backends/tests/test_th_tth_q.py
hklpy2/operations/__init__.py
hklpy2/operations/lattice.py
hklpy2/operations/misc.py
hklpy2/operations/reflection.py
hklpy2/operations/sample.py
hklpy2/operations/tests/__init__.py
hklpy2/operations/tests/conftest.py
hklpy2/operations/tests/test_lattice.py
hklpy2/operations/tests/test_reflection.py
hklpy2/operations/tests/test_sample.py
hklpy2/operations/tests/test_solver.py
hklpy2/tests/__init__.py
hklpy2/tests/test_backends.py
hklpy2/tests/test_demo_notebook.py
hklpy2/tests/test_diffract.py
hklpy2/tests/test_wavelength_support.py