deltakit.circuit.gates.Z#
- class deltakit.circuit.gates.Z(qubit: Qubit[T] | T, *, tag: str | None = None)#
Bases:
OneQubitCliffordGate[T]Pauli Z gate. The phase flip gate.
- Parameters:
qubit (Qubit[T] | T) – The qubit that this gate acts on.
Notes
Stabilizer Generators:X -> -XZ -> +ZBloch Rotation:Axis: +ZAngle: 180 degreesUnitary Matrix:\[\begin{split}\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}\end{split}\]
Methods#
Convert the qubits this gate acts on to equivalent stim targets. |
|
Transform this gates's qubits according to the id mapping. |