This is a ready-to-run Adaptive Quantum Sampling Engine (AQSE) demo optimized for hackathon / presentation.
- AQSE controller: SPSA optimizer, surrogate (RF ensemble + calibration), shot allocation, pruning.
- Simulator-only analytic measurement (no Qiskit required). Works fast for up to ~6 qubits.
- Streamlit UI for interactive demos, CSV export.
- Create a project directory and paste all files.
- Create virtualenv & install:
python -m venv .venv source .venv/bin/activate # Windows: .venv\\Scripts\\activate pip install -r requirements.txt