qiskit.circuit.QuantumCircuit.qubit_duration¶
- QuantumCircuit.qubit_duration(*qubits)[source]¶
Return the duration between the start and stop time of the first and last instructions, excluding delays, over the supplied qubits. Its time unit is
self.unit
.- প্যারামিটার
*qubits (Union[Qubit, int]) -- Qubits within
self
to include.- রিটার্নস
Return the duration between the first start and last stop time of non-delay instructions
- রিটার্ন টাইপ
float