CHANGELOG.md
LICENSE
MANIFEST.in
README.md
build_requirements.txt
dev_requirements.txt
doc_requirements.txt
pyproject.toml
setup.py
test_requirements.txt
casm/project/_ClexDescription.py
casm/project/_CompositionAxes.py
casm/project/_ConfigCompositionCalculator.py
casm/project/_DirectoryStructure.py
casm/project/_Project.py
casm/project/_ProjectSettings.py
casm/project/__init__.py
casm/project/_methods.py
casm/project/_misc.py
casm/project/_symgroup.py
casm/project/ase_utils.py
casm/project/json_io.py
casm/project/bset/_BsetCommand.py
casm/project/bset/_BsetData.py
casm/project/bset/_ConfigCorrCalculator.py
casm/project/bset/__init__.py
casm/project/bset/_display_bset.py
casm/project/bset/_print_bset.py
casm/project/calc/_CalcCommand.py
casm/project/calc/_CalcData.py
casm/project/calc/__init__.py
casm/project/enum/_ConfigEnumRunner.py
casm/project/enum/_ConfigSelection.py
casm/project/enum/_EnumCommand.py
casm/project/enum/_EnumData.py
casm/project/enum/__init__.py
casm/project/fit/_FitCommand.py
casm/project/fit/_FittingData.py
casm/project/fit/__init__.py
casm/project/plot/_ConfigurationListDashboard.py
casm/project/plot/_ConfigurationSetDashboard.py
casm/project/plot/_ConfigurationSetDashboard_v2.py
casm/project/plot/_DashboardStyles.py
casm/project/plot/_ProjectionView.py
casm/project/plot/_StructureDashboard.py
casm/project/plot/_ViewAtomicStructure.py
casm/project/plot/_ViewControl.py
casm/project/plot/__init__.py
casm/project/plot/_cache.py
casm/project/plot/_misc.py
casm/project/plot/_server.py
casm/project/plot/_view.py
casm/project/plot/default_component_params.json
casm/project/structure_import/_StructureImportCommand.py
casm/project/structure_import/_StructureImportData.py
casm/project/structure_import/__init__.py
casm/project/structure_import/_methods.py
casm/project/sym/_SymCommand.py
casm/project/sym/__init__.py
casm/project/system/_SystemCommand.py
casm/project/system/_SystemData.py
casm/project/system/__init__.py
casm/vis/__init__.py
casm/vis/_api_server.py
casm/vis/_bokeh_server.py
casm/vis/_casm_vis.py
casm/vis/_functions.py
casm/vis/_vis_server.py
casm/vis/dist/index.html
casm/vis/dist/assets/casm_main-DbhzJlbA.css
casm/vis/dist/assets/casm_main-YLDLGGxu.js
casm/vis/dist/assets/logo_dark_outline-D_ZjCghj.svg
casm_project.egg-info/PKG-INFO
casm_project.egg-info/SOURCES.txt
casm_project.egg-info/dependency_links.txt
casm_project.egg-info/entry_points.txt
casm_project.egg-info/requires.txt
casm_project.egg-info/top_level.txt
doc/.gitignore
doc/README.md
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/dof_disp.pdf
doc/_static/dof_disp.svg
doc/_static/dof_magspin.pdf
doc/_static/dof_magspin.svg
doc/_static/dof_occ.pdf
doc/_static/dof_occ.svg
doc/_static/dof_strain.pdf
doc/_static/dof_strain.svg
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.png
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/quick_start.rst
tests/conftest.py
tests/test_composition_axes.py
tests/test_make_symmetrized_lattice.py
tests/test_notebooks.py
tests/test_project.py
tests/bset/test_bset.py
tests/bset/test_pretty_print.py
tests/calc/test_calc_ase_vasp_setup.py
tests/enum/test_ConfigSelection.py
tests/fit/test_fit.py
tests/structure_import/test_map_structure.py
tests/structure_import/test_structure_import.py
tests/system/test_system.py