Closed qartik closed 4 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
"mop"
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.
FYI, as of pytket-phir v0.6.1, we don't emit the skip mop anymore.
I introduced a new "Skip"
"mop"
in https://github.com/CQCL/pytket-phir/pull/138 and https://github.com/CQCL/phir/pull/64PECOS 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.