.gitignore
CHANGELOG.md
CONTRIBUTING.md
INSTALLATION.md
LICENSE
README.md
RELEASE_GUIDE.md
pyproject.toml
requirements-core.txt
setup.py
.github/workflows/python-publish.yml
docs/getting_started.md
examples/transmon_vs_fluxonium.py
examples/transmon_workflow.py
qforge/__init__.py
qforge/__main__.py
qforge.egg-info/PKG-INFO
qforge.egg-info/SOURCES.txt
qforge.egg-info/dependency_links.txt
qforge.egg-info/entry_points.txt
qforge.egg-info/requires.txt
qforge.egg-info/top_level.txt
qforge/cli/__init__.py
qforge/cli/interactive.py
qforge/cli/main.py
qforge/cli/commands/__init__.py
qforge/cli/commands/circuit.py
qforge/cli/commands/compare.py
qforge/cli/commands/gate.py
qforge/cli/commands/hardware.py
qforge/cli/commands/qubit.py
qforge/cli/commands/workflow.py
qforge/comparison/__init__.py
qforge/comparison/comparator.py
qforge/config/__init__.py
qforge/config/defaults.py
qforge/core/__init__.py
qforge/core/circuit_engine.py
qforge/core/gate_engine.py
qforge/core/hardware_engine.py
qforge/core/qubit_engine.py
qforge/plugins/__init__.py
qforge/utils/__init__.py
qforge/utils/analysis.py
qforge/utils/console.py
tests/__init__.py
tests/test_comparison.py
tests/test_comprehensive_independent.py
tests/test_qubit_engine.py
tests/test_scientific_accuracy.py