-
Notifications
You must be signed in to change notification settings - Fork 62
Is mid-circuit measurement available in tket/pytket? #957
Hi, mid-circuit measurement as the paper Qubit-reuse compilation with mid-circuit measurement and reset is available in tket/pytket?
All reactions
Yes, mid-circuit measurement and reset is fully supported by pytket. Whether a specific backend supports it is another question. Some do, such as the Quantinuum H-series devices targeted by the pytket-quantinuum backend (as used in that paper).
Replies: 1 comment 3 replies
Yes, mid-circuit measurement and reset is fully supported by pytket. Whether a specific backend supports it is another question. Some do, such as the Quantinuum H-series devices targeted by the pytket-quantinuum backend (as used in that paper).
All reactions
Hi @cqc-alec , thanks for the info. Is the optimization algorithm proposed in that paper is also implemented in tket/pytket?
All reactions
At the moment the optimization algorithm is implemented in TKET as a compiler pass available only to H-series users on the Quantinuum user portal; it has not been open-sourced.
All reactions
Thank you, @cqc-alec, for the information. 💯