MSGate¶
-
class
MSGate
(num_qubits, theta, label=None)[source]¶ Bases:
qiskit.circuit.gate.Gate
MSGate has been deprecated. Please use
GMS
inqiskit.circuit.generalized_gates
instead.Global Mølmer–Sørensen gate.
The Mølmer–Sørensen gate is native to ion-trap systems. The global MS can be applied to multiple ions to entangle multiple qubits simultaneously.
In the two-qubit case, this is equivalent to an XX(theta) interaction, and is thus reduced to the RXXGate.
Create new MS gate.
Attributes
-
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
- Return type
str
-
params
¶ return instruction params.
-
unit
¶ Get the time unit of duration.
-