SpinGate¶
- class SpinGate(name, num_modes, params=None, label=None, generator=None)[source]¶
Unitary gates for spin circuits.
Create a new spin gate.
- Parameters:
name (
str
) – The Qobj name of the gate.num_modes (
int
) – The number of fermionic modes the gate acts on.params (
Optional
[List
]) – A list of parameters.label (
Optional
[str
]) – An optional label for the gate.generator (
Optional
[SpinOp
]) – The generating Hamiltonian of the gate unitary given as a SpinOp
Attributes
Get Clbits in condition.
Get the decompositions of the instruction from the SessionEquivalenceLibrary.
Return definition in terms of other basic gates.
Get the duration.
The Hamiltonian that generates the unitary of the gate, given as a SpinOp.
Return instruction label
Return the name.
Return the number of clbits.
Return the number of qubits.
return instruction params.
Get the time unit of duration.
Methods
SpinGate.add_decomposition
(decomposition)Add a decomposition of the instruction to the SessionEquivalenceLibrary.
Assemble a QasmQobjInstruction
SpinGate.broadcast_arguments
(qargs, cargs)Validation and handling of the arguments and its relationship.
SpinGate.c_if
(classical, val)Set a classical equality condition on this instruction between the register or cbit
classical
and valueval
.SpinGate.control
([num_ctrl_qubits, label, ...])Overwrite control method which is supposed to return a controlled version of the gate.
SpinGate.copy
([name])Copy of the instruction.
Invert this instruction.
Return True .IFF.
SpinGate.power
(exponent)Creates a spin 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.
SpinGate.soft_compare
(other)Soft comparison between gates.
SpinGate.to_matrix
([spin])Return a Numpy.array for the gate unitary matrix.
SpinGate.validate_parameter
(parameter)Gate parameters should be int, float, or ParameterExpression