Standard reference for single- and multi-qubit gate matrices, Euler-angle decomposition, and universal gate sets.
doi.org/10.1017/cbo9780511976667 ↗RZ rotation gate
A parametrized single-qubit rotation about the Z axis that adds a relative phase between |0⟩ and |1⟩ without changing measurement probabilities in the computational basis.
Atlas stars stay in the public catalog. Saving this entry to your workspace starts an unstarred private copy.
RZ(θ) is often the cheapest gate on real hardware — on superconducting devices it can be implemented as a zero-duration frame change rather than a physical pulse.
Circuit & simulation
What this takes and returns
Takes1 qubitWhat joins here
Takes a 1-qubit register and states no assumption about what is on it. That is the whole condition: anything returning 1 qubits can feed it.
15 entries meet this end. Named below.
Returns1 qubitWhat joins here
Returns a 1-qubit register a next stage can take. This is the end that joins.
13 entries meet this end. Named below.
A unitary. The same register goes in and comes out, and this entry states no assumption about what is on it — which is what lets anything of the same width feed it. See all 29 →
How it works
Definition
is diagonal in the computational basis, so it commutes with any other and with measurement in the basis.
Action on basis states
Each basis state only picks up a phase, so for every — a rotation is invisible to a -basis measurement on its own. Its effect only shows up on a qubit already in superposition, e.g. , which differs from the input by a relative phase of .
Key identities
- : the OpenQASM phase gate is up to an overall phase — fixes the amplitude at exactly instead of splitting the phase symmetrically.
- and up to global phase, so generalizes the whole Clifford/non-Clifford phase-gate ladder to a continuous parameter.
- and : composing conjugations by and by lets a compiler reach any rotation axis from alone.
- On superconducting hardware, is frequently realized as a virtual zero-duration frame update rather than a physical microwave pulse, making it effectively free and noiseless compared to /.
Implementation
OPENQASM 3.0;
include "stdgates.inc";
qubit q;
rz(pi/2) q;Quantum vs classical
Classical baseline
Use a classical state-vector or matrix simulation at the same width, precision, and measurement objective.
Quantum claim
The quantum record demonstrates a state or operator behavior; it does not make classical simulation or communication costs disappear.
How to compare
Compare fidelity, samples, gate depth, noise, memory, and the cost of preparing and reading the state.
Declared gaps
Nobody has reviewed this record for gaps yet.
Literature & references
Shows how a fixed physical X_{π/2} pulse (the SX gate) combined with zero-duration virtual Z rotations synthesizes any single-qubit unitary on superconducting hardware.
arxiv.org/abs/1612.00858 ↗