QuantumSavory / QuantumClifford.jl

Clifford circuits, graph states, and other quantum Stabilizer formalism tools.
MIT License
115 stars 46 forks source link

convert circuit to detector error model #148

Open Krastanov opened 1 year ago

Krastanov commented 1 year ago

We can already convert a code or a parity check tableau into a faults matrix or a tanner graph. But generalizations of the tanner graph to things like stim/pymatching's "detector error model" would be quite neat too

Fe-r-oz commented 1 month ago

Detector appears to be under the heading of Annotations. There is a comprehensive writeup on DETECTOR here.

Maybe the following are of interest as well w.r.t [Ref]:

For Single Qubit Gates w.r.t stim, all the rest that were not present were all completed in PR 333. About Two Qubit Gates w.r.t stim, most of them that were not present were all completed in PR 336. So, only 4 of these gates remain after 336, working on a PR towards it as well.