qiskit.circuit.QuantumCircuit.qubit_stop_time¶
- QuantumCircuit.qubit_stop_time(*qubits)[source]¶
Return the stop time of the last instruction, excluding delays, over the supplied qubits. Its time unit is
self.unit
.Return 0 if there are no instructions over qubits
- প্যারামিটার
*qubits (Union[Qubit, int]) -- Qubits within
self
to include. Integers are allowed for qubits, indicatingself.qubits. (indices of) --
- রিটার্নস
Return the stop time of the last instruction, excluding delays, over the qubits
- রেইজেস
CircuitError -- if
self
is a not-yet scheduled circuit.- রিটার্ন টাইপ
float