Back to work
Quantum circuit discovery agent · Qiskit + PyTorch
QUASAR
Full VQE optimization of every candidate circuit is far too expensive to search broadly.
View sourceWhat I built
A discovery loop where a PyTorch surrogate scores variational circuits (energy / trainability / confidence heads) and filters candidates before full VQE optimization (Qiskit StatevectorEstimator + scipy minimize), with barren-plateau detection and online surrogate retraining from the optimizer's results.
Stack
PythonQiskitPyTorchVQEscipy
Status
Core verified; 500+ tests (134 core tests run and passing).