LICENSE
README.md
pyproject.toml
autohf/__init__.py
autohf/converters.py
autohf/hamiltonian.py
autohf/io.py
autohf/options.py
autohf/rotation_tools.py
autohf/solver.py
autohf/tools.py
autohf/interfaces/__init__.py
autohf/interfaces/afqmctools.py
autohf/terms/__init__.py
autohf/terms/cholesky.py
autohf/terms/ghf.py
autohf/terms/uhf.py
sfqmc_autohf.egg-info/PKG-INFO
sfqmc_autohf.egg-info/SOURCES.txt
sfqmc_autohf.egg-info/dependency_links.txt
sfqmc_autohf.egg-info/requires.txt
sfqmc_autohf.egg-info/top_level.txt
tests/test_benchmarks.py
tests/test_converters.py
tests/test_examples.py
tests/test_hamiltonian.py
tests/test_hamiltonian_advanced.py
tests/test_io.py
tests/test_options.py
tests/test_restart.py
tests/test_rotation_tools.py
tests/test_solve_hf.py
tests/test_solver_advanced.py
tests/test_solver_constructors.py
tests/test_solver_io.py
tests/test_terms.py
tests/test_tools.py