qiskit.circuit.QuantumCircuit.qubit_start_time¶
- QuantumCircuit.qubit_start_time(*qubits)[source]¶
Return the start time of the first 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 start time of the first instruction, excluding delays, over the qubits
- রেইজেস
CircuitError -- if
self
is a not-yet scheduled circuit.- রিটার্ন টাইপ
float