PECOS-packages / PECOS

A Python framework, library, and set of tools for exploring, developing, and evaluating quantum error-correction protocols.
Other
29 stars 6 forks source link

Add "Skip" mop corresponding to phir #50

Closed qartik closed 4 months ago

qartik commented 9 months ago

I introduced a new "Skip" "mop" in https://github.com/CQCL/pytket-phir/pull/138 and https://github.com/CQCL/phir/pull/64

PECOS currently does not explicitly have support for this operation, but also does not error out if incoming phir includes it.

We should consider adding explicit support.

qartik commented 8 months ago

FYI, as of pytket-phir v0.6.1, we don't emit the skip mop anymore.