LICENSE
README.md
pyproject.toml
QPyth.egg-info/PKG-INFO
QPyth.egg-info/SOURCES.txt
QPyth.egg-info/dependency_links.txt
QPyth.egg-info/entry_points.txt
QPyth.egg-info/requires.txt
QPyth.egg-info/top_level.txt
quantumpytho/__init__.py
quantumpytho/__main__.py
quantumpytho/config.py
quantumpytho/engine.py
quantumpytho/menu.py
quantumpytho/data/backends/aachen.csv
quantumpytho/data/backends/boston.csv
quantumpytho/data/backends/brussels.csv
quantumpytho/data/backends/fez.csv
quantumpytho/data/backends/kingston.csv
quantumpytho/data/backends/marrakesh.csv
quantumpytho/data/backends/miami.csv
quantumpytho/data/backends/pittsburgh.csv
quantumpytho/data/backends/strasbourg.csv
quantumpytho/data/backends/torino.csv
quantumpytho/data/dna/dna_helix_10bp.json
quantumpytho/data/dna/dna_helix_10bp.qasm
quantumpytho/data/dna/stealth_dna_34bp.json
quantumpytho/data/dna/stealth_dna_34bp.qasm
quantumpytho/data/dna/sequences/dna_sequence_registry.json
quantumpytho/data/dna/sequences/seq_3_blueprint.json
quantumpytho/modules/__init__.py
quantumpytho/modules/bloch_ascii.py
quantumpytho/modules/circuit_explorer.py
quantumpytho/modules/decoherence_toggle.py
quantumpytho/modules/dna_circuits.py
quantumpytho/modules/hardware_ibm.py
quantumpytho/modules/ibm_archive.py
quantumpytho/modules/noise_builder.py
quantumpytho/modules/qec_shor.py
quantumpytho/modules/qec_steane.py
quantumpytho/modules/qrng_sacred.py
quantumpytho/modules/teleport_bridge.py
quantumpytho/modules/tmt_sierpinski.py
quantumpytho/modules/vqe_core.py
quantumpytho/modules/vqe_h2_ascii.py
quantumpytho/modules/vqe_h2_cli.py
quantumpytho/modules/vqe_h2_exact.py
quantumpytho/modules/vqe_molecules.py
quantumpytho/modules/vqe_utils.py
quantumpytho/validation/__init__.py
quantumpytho/validation/benchmarks.py
quantumpytho/validation/integrations.py
quantumpytho/validation/metrics.py
quantumpytho/validation/provenance.py
quantumpytho/validation/reporting.py
quantumpytho/validation/runner.py
tests/test_bloch_ascii.py
tests/test_bloch_ascii_run.py
tests/test_circuit_explorer.py
tests/test_config.py
tests/test_decoherence_toggle.py
tests/test_dna_circuits.py
tests/test_engine.py
tests/test_hardware_ibm.py
tests/test_ibm_archive.py
tests/test_main.py
tests/test_menu.py
tests/test_noise_builder.py
tests/test_qec_shor.py
tests/test_qec_steane.py
tests/test_qrng_sacred.py
tests/test_smoke.py
tests/test_teleport_bridge.py
tests/test_tmt_sierpinski.py
tests/test_validation_integrations.py
tests/test_validation_metrics.py
tests/test_validation_runner.py
tests/test_validation_serialization.py
tests/test_vqe_core.py
tests/test_vqe_h2.py
tests/test_vqe_h2_cli.py
tests/test_vqe_h2_exact.py
tests/test_vqe_h2_extra.py
tests/test_vqe_molecules.py
tests/test_vqe_utils.py