-
Notifications
You must be signed in to change notification settings - Fork 0
QEC/qLDPC: route one parity-check syndrome round to a verified physical schedule #493
Copy link
Copy link
Open
Labels
backendGeneral backend / compilation pipeline (not NA- or IBM-specific)General backend / compilation pipeline (not NA- or IBM-specific)enhancementNew feature or requestNew feature or requestneutral-atomNeutral-atom backend target (quon_na, quantum.na, AOD/schedule)Neutral-atom backend target (quon_na, quantum.na, AOD/schedule)ready-for-humanRequires human implementationRequires human implementationresearchResearch or design exploration, not a straight implementation ticketResearch or design exploration, not a straight implementation ticket
Description
Metadata
Metadata
Assignees
Labels
backendGeneral backend / compilation pipeline (not NA- or IBM-specific)General backend / compilation pipeline (not NA- or IBM-specific)enhancementNew feature or requestNew feature or requestneutral-atomNeutral-atom backend target (quon_na, quantum.na, AOD/schedule)Neutral-atom backend target (quon_na, quantum.na, AOD/schedule)ready-for-humanRequires human implementationRequires human implementationresearchResearch or design exploration, not a straight implementation ticketResearch or design exploration, not a straight implementation ticket
What to build
Lower one qLDPC parity-check syndrome-extraction round from the existing graph/resource model into a verified physical neutral-atom schedule.
Issue #285 intentionally delivered a sizing/workload prototype, and #478 exposes it through
quonc; neither routes checks or claims a physical schedule. This issue is the next honest tracer bullet: choose one small checked-in parity-check graph, generate its ancilla interactions and measurements, place/route them on a generic zoned NA target, and emit the same schedule/resource artifacts as the surface/repetition paths.Design review is required for the ancilla/check scheduling model and for how much parallelism/movement pressure the first slice claims.
Acceptance criteria
quantum.na, and final verification.Out of scope
Blocked by
Related