Qiskit / documentation

The documentation content home for https://docs.quantum.ibm.com.
https://docs.quantum.ibm.com
Apache License 2.0
37 stars 65 forks source link

Add information somewhere about measuring qubits #1925

Open beckykd opened 3 weeks ago

beckykd commented 3 weeks ago

URL, if applicable

maybe in the construct-circuits topic

Describe the new content you are requesting.

We talk about measuring qubits and where measurements can go in a couple of error messages but we actually never mention how to add a measurement in the guides.

If this new content request is accepted, do you want to write the content?

I only want to review the material when it's finished

javabster commented 2 weeks ago

I think this could be a whole page on its own, including:

beckykd commented 2 weeks ago

Need to cover all these:

Due to hardware limitations, measure and acquire instructions must occur at 16 sample multiples.

Cannot perform any instruction on a measured qubit. Remove all instructions following a measurement.

Remove multiple measurements on qubits.

Assign qubits to a classical memory slot.

Ensure the classical register exists