qrisp.QuantumCircuit.measure# QuantumCircuit.measure(qubits, clbits=None)[source]# Instructs a measurement. If given no classical bits, the proper amount will be created. Parameters: qubitsQubitThe Qubit to be measured. clbitsClBit, optionalThe Clbit to store the measurement result. The default is None.