saurabhmagdum / sg-grand-challenge
Publicaqora.QPU.
This workspace was cloned from the track template
(quantinuum/sg-grand-challenge).
The official examples are a Guppy GHZ and a pytket Bell state on
H2-2E. Same submission pipeline; the circuit is the competition
problem instead of a smoke test.
simon.py in the workspace root.| Framework / Target | H2-1E | H2-2E | H2-Emulator | H2-1SC | H2-2SC |
|---|---|---|---|---|---|
| Guppy (hugr-qir) | ✅ | ✅ | ✅ | ✅ | |
| Pytket | ✅ | ✅ | ✅ | ✅ | ✅ |
| Qiskit | ✅ | ✅ | ✅ | ✅ | ✅ |
0b1011 (never shown to the decoder)aqora.QPU submits programs exactly as given, so rebasing into the
platform gateset (Rz, PhasedX, ZZPhase, ZZMax, Measure, Reset) is
the caller's job — same as pytket_example.py in the template.| before rebase | H2 gateset | |
|---|---|---|
| qubits | 13 | 13 |
| classical bits | 5 | 5 |
| gates | 73 | 805 |
AutoRebase (what is submitted):from aqora import QPUJob
QPUJob.from_id("<job id>").counts()