-
Notifications
You must be signed in to change notification settings - Fork 63
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
Usage of qc.write #43
Comments
I was having the same problem. This does indeed clear things up. IWBN to put this into the documentation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code below writers a zero into qubit 0x8. Is this a bug or I'm I missing something?
It is not clear how qc.write works when the 2nd arg is provided.
qc.reset(6);
qc.write(1, 0x8);
thanks.
The text was updated successfully, but these errors were encountered: