IntegerComparator.data¶
- property IntegerComparator.data¶
Return the circuit data (instructions and context).
- Returns
a list-like object containing the tuples for the circuit’s data.
Each tuple is in the format
(instruction, qargs, cargs)
, where instruction is an Instruction (or subclass) object, qargs is a list of Qubit objects, and cargs is a list of Clbit objects.- Return type
QuantumCircuitData