Quantum ComputingGatesUniversity
AQAIB

Pauli-X (Quantum NOT) Calculator

Flips the state of a qubit.

Use the free calculatorCheck the variablesOpen the advanced solver
This is the free calculator preview. Advanced walkthroughs stay in the app.
Result
Ready
New α

Formula first

Overview

The Pauli-X gate, often called the quantum NOT gate, performs a 180-degree rotation around the X-axis of the Bloch sphere. This operation effectively swaps the probability amplitudes of the computational basis states, transforming the state α|0⟩ + β|1⟩ into β|0⟩ + α|1⟩.

Symbols

Variables

\alpha = Old α, \beta = Old β, \alpha' = New α, \beta' = New β

Old α
Old β
New α
New β

Apply it well

When To Use

When to use: Apply the Pauli-X gate when you need to flip the bit value of a qubit or initialize a system from the |0⟩ state to the |1⟩ state. It is also a core component in building conditional logic gates and parity-checking circuits in error correction.

Why it matters: It provides the basic logical inversion necessary for classical-style computation within a quantum framework. Without the Pauli-X gate, many fundamental algorithms and the construction of universal gate sets would be impossible.

Avoid these traps

Common Mistakes

  • Thinking it affects phase; that's the Z gate.

One free problem

Practice Problem

A qubit is initialized in a state where alpha = 0.6 and beta = 0.8. If a Pauli-X gate is applied, what is the new probability amplitude for the |0⟩ state (lpha)?

Old α0.6
Old β0.8

Solve for:

Hint: The X-gate acts as a NOT gate, swapping the values of alpha and beta.

The full worked solution stays in the interactive walkthrough.

References

Sources

  1. Nielsen, Michael A., and Isaac L. Chuang. Quantum Computation and Quantum Information. Cambridge University Press, 2010.
  2. Wikipedia: Pauli-X gate
  3. Nielsen & Chuang (Quantum Computation and Quantum Information)
  4. Griffiths (Introduction to Quantum Mechanics)
  5. Quantum Computation and Quantum Information by Michael A. Nielsen and Isaac L. Chuang
  6. Introduction to Quantum Mechanics by David J. Griffiths
  7. Pauli-X gate, Wikipedia
  8. University Quantum Computing — Gates