CQCL / pytket-qsharp

pytket-qsharp, extensions for pytket quantum SDK
Apache License 2.0
0 stars 1 forks source link

Backends don't support mid-circuit measurement #47

Closed cqc-alec closed 9 months ago

cqc-alec commented 10 months ago

This constraint is hard-coded in _QsharpBaseBackend, but some devices may support it. If possible we should query this from the device info and set the flag (and predicate) accordingly.