IBMBackend.instructions#
- property IBMBackend.instructions: List[Tuple[Instruction, Tuple[int]]]#
A list of Instruction tuples on the backend of the form
(instruction, (qubits)
- Return type:
List
[Tuple
[Instruction
,Tuple
[int
]]]
A list of Instruction tuples on the backend of the form (instruction, (qubits)
List
[Tuple
[Instruction
, Tuple
[int
]]]