CHANGELOG.md
CMakeLists.txt
CMakeLists.txt.in
LICENSE
MANIFEST.in
README.md
build_requirements.txt
dev_requirements.txt
doc_requirements.txt
make_CMakeLists.py
pre-commit
pyproject.toml
setup.py
stylize.sh
test_requirements.txt
cmake/CASMcode_mappingConfig.cmake.in
doc/customdoxygen.css
doc/doxygen_config
include/casm/mapping/AtomMapping.hh
include/casm/mapping/LatticeMapping.hh
include/casm/mapping/MappingSearch.hh
include/casm/mapping/SearchData.hh
include/casm/mapping/StructureMapping.hh
include/casm/mapping/atom_cost.hh
include/casm/mapping/hungarian.hh
include/casm/mapping/lattice_cost.hh
include/casm/mapping/map_atoms.hh
include/casm/mapping/map_lattices.hh
include/casm/mapping/map_structures.hh
include/casm/mapping/misc.hh
include/casm/mapping/murty.hh
include/casm/mapping/version.hh
include/casm/mapping/impl/LatticeMap.hh
include/casm/mapping/impl/SimpleStrucMapCalculator.hh
include/casm/mapping/impl/StrucMapCalculatorInterface.hh
include/casm/mapping/impl/StrucMapping.hh
include/casm/mapping/impl/io/json/StrucMapping_json_io.hh
include/casm/mapping/io/json_io.hh
python/pyproject.toml
python/setup.py
python/doc/.gitignore
python/doc/bibliography.rst
python/doc/conf.py
python/doc/index.rst
python/doc/installation.rst
python/doc/refs.bib
python/doc/usage.rst
python/doc/_static/apple-touch-icon.png
python/doc/_static/favicon-16x16.png
python/doc/_static/favicon-32x32.png
python/doc/_static/logo.pdf
python/doc/_static/logo.svg
python/doc/_static/logo_dark.svg
python/doc/_static/logo_dark_outline.svg
python/doc/_static/logo_outline.svg
python/doc/_static/small_logo.pdf
python/doc/_static/small_logo.svg
python/doc/_static/small_logo_dark.svg
python/doc/_static/css/custom.css
python/doc/_templates/base.rst
python/doc/_templates/custom-attr-template.rst
python/doc/_templates/custom-class-template.rst
python/doc/_templates/custom-function-template.rst
python/doc/_templates/custom-module-template.rst
python/doc/reference/libcasm/index.rst
python/examples/example_1.py
python/examples/example_2.py
python/examples/example_3.py
python/examples/example_4.py
python/libcasm/mapping/__init__.py
python/libcasm/mapping/info/__init__.py
python/libcasm/mapping/mapsearch/__init__.py
python/libcasm/mapping/methods/__init__.py
python/libcasm_mapping.egg-info/PKG-INFO
python/libcasm_mapping.egg-info/SOURCES.txt
python/libcasm_mapping.egg-info/dependency_links.txt
python/libcasm_mapping.egg-info/requires.txt
python/libcasm_mapping.egg-info/top_level.txt
python/src/mapping_info.cpp
python/src/mapping_mapsearch.cpp
python/src/mapping_methods.cpp
python/tests/conftest.py
python/tests/test_MappingSearch.py
python/tests/test_info_io.py
python/tests/test_interpolate_lattices.py
python/tests/test_interpolate_structures.py
python/tests/test_map_lattices.py
python/tests/test_map_structures.py
src/casm/mapping/AtomMapping.cc
src/casm/mapping/LatticeMapping.cc
src/casm/mapping/MappingSearch.cc
src/casm/mapping/SearchData.cc
src/casm/mapping/StructureMapping.cc
src/casm/mapping/atom_cost.cc
src/casm/mapping/hungarian.cc
src/casm/mapping/lattice_cost.cc
src/casm/mapping/map_atoms.cc
src/casm/mapping/map_lattices.cc
src/casm/mapping/map_structures.cc
src/casm/mapping/murty.cc
src/casm/mapping/version.cc
src/casm/mapping/impl/LatticeMap.cc
src/casm/mapping/impl/SimpleStrucMapCalculator.cc
src/casm/mapping/impl/StrucMapping.cc
src/casm/mapping/impl/io/json/StrucMapping_json_io.cc
src/casm/mapping/io/json_io.cc
tests/CMakeLists.txt
tests/CMakeLists.txt.in
tests/unit/SearchTestData.hh
tests/unit/autotools.cc
tests/unit/autotools.hh
tests/unit/gtest_main_run_all.cpp
tests/unit/testdir.cc
tests/unit/testdir.hh
tests/unit/teststructures.hh
tests/unit/mapping/AtomMappingSearchData_test.cpp
tests/unit/mapping/LatticeMap_test.cpp
tests/unit/mapping/LatticeMappingSearchData_test.cpp
tests/unit/mapping/MappingSearch_test.cpp
tests/unit/mapping/PrimSearchData_test.cpp
tests/unit/mapping/StrucMapper_test.cpp
tests/unit/mapping/StrucMapping_test.cpp
tests/unit/mapping/StructureSearchData_test.cpp
tests/unit/mapping/hungarian_test.cpp
tests/unit/mapping/make_trial_translations_test.cpp
tests/unit/mapping/murty_test.cpp
tests/unit/mapping/version_test.cpp