CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
bin/autocat
src/autocat/VERSION.txt
src/autocat/__init__.py
src/autocat/adsorption.py
src/autocat/base.py
src/autocat/bulk.py
src/autocat/saa.py
src/autocat/surface.py
src/autocat/utils.py
src/autocat.egg-info/PKG-INFO
src/autocat.egg-info/SOURCES.txt
src/autocat.egg-info/dependency_links.txt
src/autocat.egg-info/requires.txt
src/autocat.egg-info/top_level.txt
src/autocat/data/__init__.py
src/autocat/data/hhi/__init__.py
src/autocat/data/hhi/hhi_p.json
src/autocat/data/hhi/hhi_r.json
src/autocat/data/intermediates/__init__.py
src/autocat/data/intermediates/nrr.py
src/autocat/data/intermediates/orr.py
src/autocat/data/lattice_parameters/__init__.py
src/autocat/data/lattice_parameters/bulk_beefvdw_fd.json
src/autocat/data/lattice_parameters/bulk_beefvdw_pw.json
src/autocat/data/lattice_parameters/bulk_pbe_fd.json
src/autocat/data/lattice_parameters/bulk_pbe_pw.json
src/autocat/data/segregation_energies/__init__.py
src/autocat/data/segregation_energies/raban1999.json
src/autocat/data/segregation_energies/rao2020.json
src/autocat/learning/__init__.py
src/autocat/learning/featurizers.py
src/autocat/learning/predictors.py
src/autocat/learning/sequential.py