Gate¶
- class Gate(name, num_qubits, params, label=None)[source]¶
Bases:
Instruction
Unitary gate.
Create a new gate.
- Parameters
name (str) -- The Qobj name of the gate.
num_qubits (int) -- The number of qubits the gate acts on.
params (list) -- A list of parameters.
label (str | None) -- An optional label for the gate.
Methods
Add a decomposition of the instruction to the SessionEquivalenceLibrary.
Assemble a QasmQobjInstruction
Validation and handling of the arguments and its relationship.
Set a classical equality condition on this instruction between the register or cbit
classical
and valueval
.Return controlled version of gate.
Copy of the instruction.
Invert this instruction.
Return True .IFF.
Creates a unitary gate as gate^exponent.
Return a default OpenQASM string for the instruction.
Creates an instruction with gate repeated n amount of times.
For a composite instruction, reverse the order of sub-instructions.
Soft comparison between gates.
Return a Numpy.array for the gate unitary matrix.
Gate parameters should be int, float, or ParameterExpression
Attributes
- condition_bits¶
Get Clbits in condition.
- decompositions¶
Get the decompositions of the instruction from the SessionEquivalenceLibrary.
- definition¶
Return definition in terms of other basic gates.
- duration¶
Get the duration.
- label¶
Return instruction label
- name¶
Return the name.
- num_clbits¶
Return the number of clbits.
- num_qubits¶
Return the number of qubits.
- params¶
return instruction params.
- unit¶
Get the time unit of duration.