Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK. Go to the latest version

qiskit.circuit.InstructionSet

class InstructionSet

GitHub

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__

__init__()

New collection of instructions.

The context (qargs and cargs that each instruction is attached to) is also stored separately for each instruction.


Methods

__init__()New collection of instructions.
add(gate, qargs, cargs)Add an instruction and its context (where it is attached).
c_if(classical, val)Add condition on classical register to all instructions.
inverse()Invert all instructions.

add

add(gate, qargs, cargs)

Add an instruction and its context (where it is attached).

c_if

c_if(classical, val)

Add condition on classical register to all instructions.

inverse

inverse()

Invert all instructions.

Was this page helpful?
Report a bug or request content on GitHub.