Standard graduate textbook covering the single- and two-qubit gate definitions, matrix identities, and circuit primitives this record states.
doi.org/10.1017/cbo9780511976667 ↗Pauli-Y gate
The Pauli gate that combines a bit flip with a phase rotation around the y axis.
Atlas stars stay in the public catalog. Saving this entry to your workspace starts an unstarred private copy.
Pauli-Y rounds out the three Pauli generators and makes phase-sensitive basis changes explicit.
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
Pauli- is , combining a bit flip with a phase. Directly: and , matching this record's basis-action check. Up to convention (equivalently ), which is why it behaves as the "odd one out" when composing and . is Hermitian and unitary with , so like and it is its own inverse — the identity this record's matrix square verifies. Its eigenstates have eigenvalues and correspond to a rotation of the Bloch sphere about the -axis. The imaginary prefactors are invisible to a single computational-basis measurement but matter as soon as acts inside a superposition where relative phase drives interference, e.g. inside -basis stabilizer measurements.
Implementation
OPENQASM 3.0;
include "stdgates.inc";
qubit q;
y 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.