.env.example
.gitignore
.pre-commit-config.yaml
.zenodo.json
CHANGELOG.md
CITATION.cff
LICENSE
Makefile
README.md
poetry.lock
pyproject.toml
uv.lock
.github/codecov.yml
.github/pull_request_template.md
.github/release-drafter.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/release-drafter.yml
data/h3o_plus.xyz
doc/Makefile
doc/source/.nojekyll
doc/source/architecture.md
doc/source/conf.py
doc/source/core-concepts.md
doc/source/development.md
doc/source/getting-started.md
doc/source/glossary.rst
doc/source/index.rst
doc/source/_static/logo.svg
doc/source/_static/css/style.css
doc/source/_templates/sidebar/brand.html
doc/source/api-reference/core.rst
doc/source/api-reference/index.rst
doc/source/api-reference/interfaces.rst
doc/source/api-reference/package.rst
doc/source/api-reference/profiling.rst
doc/source/api-reference/sampling.rst
doc/source/api-reference/solvation.rst
doc/source/api-reference/utils.rst
doc/source/tutorials/full-oneelectron-embedding.md
doc/source/tutorials/h2-mc-solvation.md
doc/source/tutorials/h2-qpe-validation.md
doc/source/tutorials/h2-resource-estimation.md
doc/source/tutorials/index.rst
doc/source/tutorials/three-mode-solvation.md
examples/README.md
examples/catalyst_benchmark.py
examples/full_oneelectron_embedding.py
examples/h2_8bit_qpe_benchmark.py
examples/h2_mc_solvation.py
examples/h2_qpe_validation.py
examples/h2_resource_estimation.py
examples/h2_three_mode_comparison.py
examples/h3o_8bit_qpe_benchmark.py
examples/h3o_dynamic_trotter_oom_scan.py
examples/h3o_mc_solvation.py
examples/ir_qre_correlation_analysis.py
examples/ir_qre_trotter5_compile_survey.py
examples/qpe_memory_profile.py
examples/resource_estimation_survey.py
src/q2m3/__init__.py
src/q2m3/constants.py
src/q2m3/molecule.py
src/q2m3/version.py
src/q2m3.egg-info/PKG-INFO
src/q2m3.egg-info/SOURCES.txt
src/q2m3.egg-info/dependency_links.txt
src/q2m3.egg-info/requires.txt
src/q2m3.egg-info/top_level.txt
src/q2m3/core/__init__.py
src/q2m3/core/device_utils.py
src/q2m3/core/hamiltonian_utils.py
src/q2m3/core/qmmm_system.py
src/q2m3/core/qpe.py
src/q2m3/core/quantum_qmmm.py
src/q2m3/core/quantum_solver.py
src/q2m3/core/rdm.py
src/q2m3/core/resource_estimation.py
src/q2m3/interfaces/__init__.py
src/q2m3/interfaces/fixed_mo_embedding.py
src/q2m3/interfaces/pyscf_pennylane.py
src/q2m3/profiling/__init__.py
src/q2m3/profiling/catalyst_ir.py
src/q2m3/profiling/memory.py
src/q2m3/profiling/orchestrator.py
src/q2m3/profiling/qpe_profiler.py
src/q2m3/profiling/timing.py
src/q2m3/sampling/__init__.py
src/q2m3/sampling/mc_moves.py
src/q2m3/sampling/metropolis.py
src/q2m3/sampling/mm_forcefield.py
src/q2m3/sampling/water_molecule.py
src/q2m3/solvation/__init__.py
src/q2m3/solvation/analysis.py
src/q2m3/solvation/circuit_builder.py
src/q2m3/solvation/config.py
src/q2m3/solvation/energy.py
src/q2m3/solvation/ir_cache.py
src/q2m3/solvation/mc_loop.py
src/q2m3/solvation/orchestrator.py
src/q2m3/solvation/phase_extraction.py
src/q2m3/solvation/plotting.py
src/q2m3/solvation/solvent.py
src/q2m3/solvation/statistics.py
src/q2m3/solvation/structure_analysis.py
src/q2m3/utils/__init__.py
src/q2m3/utils/io.py
src/q2m3/utils/plotting.py
tests/__init__.py
tests/conftest.py
tests/test_basic.py
tests/test_device_utils.py
tests/test_energy_shifted_qpe.py
tests/test_hamiltonian_utils.py
tests/test_molecule.py
tests/test_pennylane_hamiltonian.py
tests/test_qpe_circuit.py
tests/test_quantum_qmmm_integration.py
tests/test_rdm.py
tests/test_resource_estimation.py
tests/test_sampling.py
tests/core/__init__.py
tests/core/test_eftqc_resource_estimation.py
tests/examples/__init__.py
tests/examples/conftest.py
tests/examples/test_full_oneelectron_embedding.py
tests/examples/test_h2_resource_estimation.py
tests/examples/test_h3o_dynamic_trotter_oom_scan.py
tests/examples/test_ir_qre_correlation_analysis.py
tests/examples/test_ir_qre_trotter5_compile_survey.py
tests/examples/test_qpe_memory_profile.py
tests/examples/test_resource_estimation_survey.py
tests/interfaces/__init__.py
tests/interfaces/test_fixed_mo_embedding.py
tests/profiling/__init__.py
tests/profiling/conftest.py
tests/profiling/test_catalyst_ir.py
tests/profiling/test_init.py
tests/profiling/test_memory.py
tests/profiling/test_orchestrator.py
tests/profiling/test_qpe_profiler.py
tests/profiling/test_timing.py
tests/solvation/__init__.py
tests/solvation/conftest.py
tests/solvation/test_analysis.py
tests/solvation/test_circuit_builder.py
tests/solvation/test_config.py
tests/solvation/test_energy.py
tests/solvation/test_integration.py
tests/solvation/test_ir_cache.py
tests/solvation/test_mc_loop.py
tests/solvation/test_orchestrator.py
tests/solvation/test_phase_extraction.py
tests/solvation/test_solvent.py
tests/solvation/test_structure_analysis.py
tests/utils/__init__.py
tests/utils/test_plotting.py