qiskit.ml.circuit.library.RawFeatureVector.qubit_stop_time¶
-
RawFeatureVector.
qubit_stop_time
(*qubits)¶ 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
- Parameters
*qubits – Qubits within
self
to include. Integers are allowed for qubits, indicatingof self.qubits. (indices) –
- Return type
float
- Returns
Return the stop time of the last instruction, excluding delays, over the qubits
- Raises
CircuitError – if
self
is a not-yet scheduled circuit.