bloqade.qasm2.measure
← Module overview
function
source
functionmeasure¶source
bloqade.qasm2.measure
def measure(qarg, cbit) -> NoneMeasure the qubit qarg and store the result in the classical bit cbit.
Parameters
| Name | Type | Description |
|---|---|---|
qarg | — | The qubit to measure. |
cbit | — | The classical bit to store the result in. |