-
Notifications
You must be signed in to change notification settings - Fork 278
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
How to reset qubit in project Q? #474
Comments
To reset a qubit, you can
|
@damiansteiger I would like to know if there is a way to reset a qubit to the |0⟩ state in ProjectQ without performing a measurement. The reason is that after measuring, I am unable to use the compute-uncompute pattern.
Any guidance on this would be appreciated. |
Does #477 solve the issue? |
Hi everyone,
I'm new to ProjectQ and I'm looking for guidance on resetting qubits. I understand that the reset gate available in Qiskit isn't directly available in ProjectQ. Could anyone suggest an alternative method to reset a qubit to the ∣0⟩ state in ProjectQ?
The text was updated successfully, but these errors were encountered: