Gate Functions#
These functions facilitate the application of (elementary) quantum gates. Note that these functions only work for Qubits registered in QuantumSessions and not for QuantumCircuits.
|
Performs a measurement of the specified Qubit. |
|
Applies an X gate. |
|
Applies a Y gate. |
|
Applies a Z gate. |
|
Applies an H gate. |
|
Applies a CX gate. |
|
Applies a CY gate. |
|
Applies a CZ gate. |
|
Applies a phase gate. |
|
Applies a controlled phase gate. |
|
Applies an RX gate. |
|
Applies an RY gate. |
|
Applies an RY gate. |
|
Applies a multi-controlled X gate. |
|
Applies a multi-controlled Z gate. |
|
Applies a multi-controlled phase gate. |
|
Applies controled RZ gate |
|
Applies an S gate. |
|
Applies a daggered S gate. |
|
Applies a T gate. |
|
Applies a daggered T gate. |
|
Applies an SX gate. |
|
Applies a daggered SX gate. |
|
Applies a SWAP gate. |
|
Applies an RXX gate. |
|
Applies an RZZ gate. |
|
Applies an XXYY interaction gate. |
|
Applies an U3 gate. |
|
A visual marker for structuring the QuantumCircuit. |
|
Applies a global phase. |
|
Applies an ID gate. |