FRZGate¶
- class FRZGate(phi, label=None)[source]¶
Z-rotation between the spin-up and spin-down state at one tweezer site.
The generating Hamiltonian of the FermionRz gate is
\(H = i \phi (f^\dagger_{x,\downarrow} f_{x,\uparrow}-f^\dagger_{x,\uparrow} f_{x,\downarrow})\)
where \(x\) is the index of the mode and \(\phi\) is the free gate parameter.
Initialize a FermionRZ gate :type phi: :param phi: angle of the rotation :type label: :param label: optional
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 generating Hamiltonian of the FermionRZ gate.
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
FRZGate.add_decomposition
(decomposition)Add a decomposition of the instruction to the SessionEquivalenceLibrary.
Assemble a QasmQobjInstruction
FRZGate.broadcast_arguments
(qargs, cargs)Validation and handling of the arguments and its relationship.
FRZGate.c_if
(classical, val)Set a classical equality condition on this instruction between the register or cbit
classical
and valueval
.FRZGate.control
([num_ctrl_qubits, label, ...])Overwrite control method which is supposed to return a controlled version of the gate.
FRZGate.copy
([name])Copy of the instruction.
Get inverse gate by inverting the sign of the rotation angle
Return True .IFF.
FRZGate.operator_to_mat
(generator, num_species)Compute the matrix representation of the fermion operator.
FRZGate.power
(exponent)Creates a fermionic 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.
FRZGate.soft_compare
(other)Soft comparison between gates.
FRZGate.to_matrix
([num_species, basis])Return a Numpy.array for the gate unitary matrix.
FRZGate.validate_parameter
(parameter)Gate parameters should be int, float, or ParameterExpression