LICENSE
README.md
pyproject.toml
tachys/__init__.py
tachys/checkpoint.py
tachys/ground_state_training.py
tachys/montecarlo.py
tachys/parallel.py
tachys/utils.py
tachys/wavefunction.py
tachys.egg-info/PKG-INFO
tachys.egg-info/SOURCES.txt
tachys.egg-info/dependency_links.txt
tachys.egg-info/requires.txt
tachys.egg-info/top_level.txt
tachys/dynamics/__init__.py
tachys/dynamics/error.py
tachys/dynamics/integrators.py
tachys/dynamics/real_time_evolution.py
tachys/dynamics/tdvp.py
tachys/experimental/blurred_sampling.py
tachys/experimental/fidelity.py
tachys/experimental/lanczos.py
tachys/lattice/bond_exchange.py
tachys/lattice/exact_diag.py
tachys/lattice/lattice.py
tachys/lattice/lattice_database.py
tachys/lattice/lattice_symmetries.py
tachys/lattice/state.py
tachys/lattice/state_array.py
tachys/lattice/symmetries.py
tachys/lattice/ansatz/fermionic_transformer.py
tachys/lattice/ansatz/rbm.py
tachys/lattice/ansatz/rbm_foundation.py
tachys/lattice/ansatz/spin_vit.py
tachys/lattice/ansatz/transformer/attention.py
tachys/lattice/ansatz/transformer/encoder.py
tachys/lattice/fermions/fermion_action.py
tachys/lattice/fermions/fermion_operators.py
tachys/lattice/fermions/fermion_state.py
tachys/lattice/fermions/hamiltonians/hubbard.py
tachys/lattice/foundation/collectives.py
tachys/lattice/foundation/foundation_state.py
tachys/lattice/foundation/operators.py
tachys/lattice/operator/base.py
tachys/lattice/operator/local_estimator.py
tachys/lattice/spins/sign_rules.py
tachys/lattice/spins/spin_action.py
tachys/lattice/spins/spin_operators.py
tachys/lattice/spins/spin_state.py
tachys/lattice/spins/hamiltonians/heisenberg.py
tachys/lattice/spins/hamiltonians/ising_transverse_field.py
tachys/optimizer/__init__.py
tachys/optimizer/_kernels.py
tachys/optimizer/lr_schedules.py
tachys/optimizer/optimizers.py
tests/test_checkpoint.py
tests/test_testing_ansatz.py
tests/test_testing_configs.py
tests/testing_ansatz.py
tests/testing_configs.py