qiskit.circuit.InstructionSet¶
-
class
InstructionSet
[source]¶ Instruction collection, and their contexts.
New collection of instructions.
The context (qargs and cargs that each instruction is attached to) is also stored separately for each instruction.
-
__init__
()[source]¶ New collection of instructions.
The context (qargs and cargs that each instruction is attached to) is also stored separately for each instruction.
Methods
-