CHANGELOG.md
LICENSE
MANIFEST.in
README.md
build_requirements.txt
dev_requirements.txt
doc_requirements.txt
pyproject.toml
setup.py
test_requirements.txt
casm/bset/__init__.py
casm/bset/__main__.py
casm/bset/_helpers.py
casm/bset/_methods.py
casm/bset/misc.py
casm/bset/parsing.py
casm/bset/clexwriter/__init__.py
casm/bset/clexwriter/_cpp_str.py
casm/bset/clexwriter/_methods.py
casm/bset/clexwriter/_write_v1_basic.py
casm/bset/cluster_functions/__init__.py
casm/bset/cluster_functions/_basis_function_specs.py
casm/bset/cluster_functions/_clex_basis_specs.py
casm/bset/cluster_functions/_cluster_functions.py
casm/bset/cluster_functions/_discrete_functions.py
casm/bset/cluster_functions/_matrix_rep.py
casm/bset/cluster_functions/_misc.py
casm/bset/polynomial_functions/__init__.py
casm/bset/polynomial_functions/_polynomial_function.py
casm/bset/templates/base.cpp
casm/bset/templates/v1.basic/Clexulator.cpp
casm/bset/templates/v1.basic/clexulator_constructor_def.cpp
casm/bset/templates/v1.basic/clexulator_private_decl.cpp
casm/bset/templates/v1.basic/clexulator_private_def.cpp
casm_bset.egg-info/PKG-INFO
casm_bset.egg-info/SOURCES.txt
casm_bset.egg-info/dependency_links.txt
casm_bset.egg-info/requires.txt
casm_bset.egg-info/top_level.txt
doc/.gitignore
doc/bibliography.rst
doc/conf.py
doc/index.rst
doc/installation.rst
doc/refs.bib
doc/usage.rst
doc/_static/apple-touch-icon.png
doc/_static/favicon-16x16.png
doc/_static/favicon-32x32.png
doc/_static/logo.pdf
doc/_static/logo.svg
doc/_static/logo_dark.svg
doc/_static/logo_dark_outline.svg
doc/_static/logo_outline.svg
doc/_static/small_logo.pdf
doc/_static/small_logo.svg
doc/_static/small_logo_dark.svg
doc/_static/css/custom.css
doc/_templates/base.rst
doc/_templates/custom-attr-template.rst
doc/_templates/custom-class-template.rst
doc/_templates/custom-function-template.rst
doc/_templates/custom-module-template.rst
doc/reference/casm/index.rst
doc/usage/basis_function_specs.rst
doc/usage/quick_start.rst
tests/conftest.py
tests/test_Hstrain_disp_dof.py
tests/test_Hstrain_dof.py
tests/test_disp_dof.py
tests/test_occ_dof.py
tests/test_occ_site_functions_chebychev.py
tests/test_occ_site_functions_composition.py
tests/test_occ_site_functions_occupation.py
tests/clexwriter/test_write_v1_basic.py
tests/cluster_functions/test_basis_function_specs.py
tests/cluster_functions/test_clex_basis_specs.py
tests/cluster_functions/test_discrete_functions.py
tests/data/expected_Hstrain_disp_functions_fcc_1.json
tests/data/expected_Hstrain_disp_functions_hcp_1.json
tests/data/expected_Hstrain_disp_functions_lowsym_1.json
tests/data/expected_Hstrain_functions_fcc_1.json
tests/data/expected_Hstrain_functions_fcc_2.json
tests/data/expected_Hstrain_functions_fcc_3.json
tests/data/expected_Hstrain_functions_hcp_1.json
tests/data/expected_Hstrain_functions_lowsym_1.json
tests/data/expected_disp_functions_fcc_1.json
tests/data/expected_disp_functions_hcp_1.json
tests/data/expected_disp_functions_lowsym_1.json
tests/data/expected_occ_functions_fcc_1.json
tests/data/expected_occ_functions_fcc_local_1_equiv_0.json
tests/data/expected_occ_functions_fcc_local_1_equiv_1.json
tests/data/expected_occ_functions_fcc_local_1_equiv_2.json
tests/data/expected_occ_functions_fcc_local_1_equiv_3.json
tests/data/expected_occ_functions_fcc_local_1_equiv_4.json
tests/data/expected_occ_functions_fcc_local_1_equiv_5.json
tests/data/expected_occ_functions_fcc_local_1_prototype.json
tests/data/expected_occ_functions_hcp_1.json
tests/data/expected_occ_functions_lowsym_1.json
tests/data/expected_occ_site_functions_fcc_1.json
tests/data/expected_occ_site_functions_fcc_1_chebychev.json
tests/data/expected_occ_site_functions_fcc_1_composition.json
tests/data/expected_occ_site_functions_fcc_2.json
tests/data/expected_occ_site_functions_fcc_2_chebychev.json
tests/data/expected_occ_site_functions_fcc_3.json
tests/data/expected_occ_site_functions_fcc_3_chebychev.json
tests/data/expected_occ_site_functions_fcc_4.json
tests/docs/test_quick_start_examples.py
tests/utils/__init__.py
tests/utils/expected_Hstrain_disp_functions.py
tests/utils/expected_Hstrain_functions.py
tests/utils/expected_coupled_functions.py
tests/utils/expected_disp_functions.py
tests/utils/expected_magspin_functions.py
tests/utils/expected_occ_functions.py
tests/utils/helpers.py