Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support using BitRegister as an argument for measure_register #700

Open
yao-cqc opened this issue Dec 28, 2022 · 1 comment
Open

Support using BitRegister as an argument for measure_register #700

yao-cqc opened this issue Dec 28, 2022 · 1 comment
Labels
classical-logic issues related to classical logical expressions stale

Comments

@yao-cqc
Copy link
Contributor

yao-cqc commented Dec 28, 2022

It would be nice to support

from pytket import Circuit

circ = Circuit()
m_qreg = circ.add_q_register("m", 2)
m_creg = circ.add_c_register("c", 2)

circ.measure_register(m_qreg, m_creg)
Copy link

This issue has been automatically marked as stale.

@github-actions github-actions bot added the stale label Jun 23, 2024
@CalMacCQ CalMacCQ added the classical-logic issues related to classical logical expressions label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
classical-logic issues related to classical logical expressions stale
Projects
None yet
Development

No branches or pull requests

2 participants