Sign in
← Atlas
Exact & formalOperatorsPauli operator

Pauli-X operator

A bit-flip operator that makes the relationship between a circuit and its truth table explicit.

paulibit flipfoundations

Atlas stars stay in the public catalog. Saving this entry to your workspace starts an unstarred private copy.

Pauli-X is the quantum analogue of a classical NOT gate and a useful anchor for operator-level explanations.

Circuit & simulation
1 from |0⟩100%
What this takes and returns
TakesNothingWhat joins here

No input port, deliberately. You measure a state with this entry; you do not apply it and pass a register on.

Nothing in the Atlas meets this end.

ReturnsNothingWhat joins here

No output port, deliberately. An observable is measured with, never applied, so there is no register to hand on.

Nothing in the Atlas meets this end.

Not a stage. You measure a state with this; you do not apply it and pass a register on. It has a width and deliberately no ports. See all 60 →

How it works

Pauli-XX is the bit-flip operator X=(0110)X = \begin{pmatrix}0&1\\1&0\end{pmatrix}, the quantum analogue of a classical NOT gate. On computational basis states it acts exactly as a truth table: X0=1X|0\rangle=|1\rangle and X1=0X|1\rangle=|0\rangle, which is the identity this record's basis-state simulation checks directly rather than inferring from a general formula. XX is Hermitian and unitary with X2=IX^2=I, so it is its own inverse, and its eigenstates are +=12(0+1)|+\rangle=\frac{1}{\sqrt2}(|0\rangle+|1\rangle) and =12(01)|-\rangle=\frac{1}{\sqrt2}(|0\rangle-|1\rangle) with eigenvalues +1+1 and 1-1. Geometrically, XX is a π\pi rotation of the Bloch sphere about the xx-axis. Because XX, together with YY and ZZ, generates the full single-qubit Pauli group (XY=iZXY=iZ and cyclic permutations), it anchors error models, stabilizer codes, and controlled two-qubit gates such as CNOT.

Implementation
Native
pauli-x.qasm
OPENQASM 3.0;
include "stdgates.inc";
qubit q;
x 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
Quantum Computation and Quantum Information: 10th Anniversary Edition2010 · Michael A. Nielsen and Isaac L. Chuang

Standard graduate textbook covering the single- and two-qubit gate definitions, matrix identities, and circuit primitives this record states.

doi.org/10.1017/cbo9780511976667