.coveragerc
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
LICENSE
README.md
pyproject.toml
.github/workflows/lint.yml
.github/workflows/release.yml
.github/workflows/testing.yml
.github/workflows/upgrade_dependencies.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/modules.rst
docs/_templates/custom-class-template.rst
docs/_templates/custom-module-template.rst
mp_api.egg-info/PKG-INFO
mp_api.egg-info/SOURCES.txt
mp_api.egg-info/dependency_links.txt
mp_api.egg-info/requires.txt
mp_api.egg-info/top_level.txt
mp_api/client/__init__.py
mp_api/client/mprester.py
mp_api/client/core/__init__.py
mp_api/client/core/client.py
mp_api/client/core/settings.py
mp_api/client/core/utils.py
mp_api/client/routes/__init__.py
mp_api/client/routes/_general_store.py
mp_api/client/routes/_messages.py
mp_api/client/routes/_user_settings.py
mp_api/client/routes/materials/__init__.py
mp_api/client/routes/materials/absorption.py
mp_api/client/routes/materials/alloys.py
mp_api/client/routes/materials/bonds.py
mp_api/client/routes/materials/chemenv.py
mp_api/client/routes/materials/dielectric.py
mp_api/client/routes/materials/doi.py
mp_api/client/routes/materials/elasticity.py
mp_api/client/routes/materials/electrodes.py
mp_api/client/routes/materials/electronic_structure.py
mp_api/client/routes/materials/eos.py
mp_api/client/routes/materials/grain_boundaries.py
mp_api/client/routes/materials/magnetism.py
mp_api/client/routes/materials/materials.py
mp_api/client/routes/materials/oxidation_states.py
mp_api/client/routes/materials/phonon.py
mp_api/client/routes/materials/piezo.py
mp_api/client/routes/materials/provenance.py
mp_api/client/routes/materials/robocrys.py
mp_api/client/routes/materials/similarity.py
mp_api/client/routes/materials/substrates.py
mp_api/client/routes/materials/summary.py
mp_api/client/routes/materials/surface_properties.py
mp_api/client/routes/materials/synthesis.py
mp_api/client/routes/materials/tasks.py
mp_api/client/routes/materials/thermo.py
mp_api/client/routes/materials/xas.py
mp_api/client/routes/molecules/__init__.py
mp_api/client/routes/molecules/bonds.py
mp_api/client/routes/molecules/jcesr.py
mp_api/client/routes/molecules/molecules.py
mp_api/client/routes/molecules/orbitals.py
mp_api/client/routes/molecules/partial_charges.py
mp_api/client/routes/molecules/partial_spins.py
mp_api/client/routes/molecules/redox.py
mp_api/client/routes/molecules/summary.py
mp_api/client/routes/molecules/tasks.py
mp_api/client/routes/molecules/thermo.py
mp_api/client/routes/molecules/vibrations.py
requirements/requirements-ubuntu-latest_py3.11.txt
requirements/requirements-ubuntu-latest_py3.11_extras.txt
requirements/requirements-ubuntu-latest_py3.12.txt
requirements/requirements-ubuntu-latest_py3.12_extras.txt
test_files/Si_mp_149.cif
test_files/calcs_reversed_mp_1031016.json
test_files/materials_Li_Fe_V.json
test_files/synth_doc.json
test_files/synth_doc_adaptor.json
test_files/synth_doc_adaptor_synpro.json
test_files/tasks_Li_Fe_V.json
tests/__init__.py
tests/test_client.py
tests/test_core_client.py
tests/test_mprester.py
tests/materials/core_function.py
tests/materials/test_bonds.py
tests/materials/test_chemenv.py
tests/materials/test_dielectric.py
tests/materials/test_elasticity.py
tests/materials/test_electrodes.py
tests/materials/test_electronic_structure.py
tests/materials/test_eos.py
tests/materials/test_grain_boundary.py
tests/materials/test_magnetism.py
tests/materials/test_materials.py
tests/materials/test_oxidation_states.py
tests/materials/test_piezo.py
tests/materials/test_provenance.py
tests/materials/test_robocrys.py
tests/materials/test_substrates.py
tests/materials/test_summary.py
tests/materials/test_surface_properties.py
tests/materials/test_synthesis.py
tests/materials/test_tasks.py
tests/materials/test_thermo.py
tests/materials/test_xas.py
tests/molecules/__init__.py
tests/molecules/core_function.py
tests/molecules/test_jcesr.py
tests/molecules/test_summary.py