We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@nkanazawa1989 noted:
latex_circuit_drawer
The bug reported in Slack: e.g.
qreg = QuantumRegister(3, name='q') creg1 = ClassicalRegister(3, name='c1') creg2 = ClassicalRegister(2, name='c2') qc = QuantumCircuit(qreg, creg1, creg2) qc.measure(qreg, creg1) qc.x(qreg[0]).c_if(creg1, 3)
The conditional only involves the classical register named c1.
c1
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
@nkanazawa1989 noted:
Summary
latex_circuit_drawer
.Steps to reproduce
The bug reported in Slack:
e.g.
Expected behaviour
The conditional only involves the classical register named
c1
.Current behaviour
The text was updated successfully, but these errors were encountered: