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 ↗SX (√X) gate
A Clifford square root of the Pauli-X gate that is the native physical single-qubit gate (an X_{π/2} pulse) on most superconducting hardware.
Atlas stars stay in the public catalog. Saving this entry to your workspace starts an unstarred private copy.
SX matters less as an algorithmic primitive and more as a hardware fact: many transmon-qubit backends implement exactly one calibrated single-qubit pulse, and SX is that 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
Squaring the matrix directly confirms : it is a genuine matrix square root of the Pauli-X gate, and one of exactly four square roots of up to global phase (the others being , scaled, etc.).
Action on basis states
Both outcomes are measured with equal probability ; the gate's effect is entirely in the phase relationship between the two amplitudes, which a second resolves back into a deterministic bit flip.
Key identities
- : up to global phase, is precisely the rotation halfway to a full flip.
- is a Clifford gate: conjugating any Pauli operator by returns a Pauli operator (up to sign), e.g. . This is why , together with and , forms a common native gate set for Clifford-heavy compilation.
- and , so — has order 4.
- Combined with virtual frame changes, two calibrated pulses (an –– sequence) synthesize any single-qubit unitary, which is why rather than a general is the physically native gate on many devices.
Implementation
OPENQASM 3.0;
include "stdgates.inc";
qubit q;
sx 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
Standard reference for single- and multi-qubit gate matrices, Euler-angle decomposition, and universal gate sets.
doi.org/10.1017/cbo9780511976667 ↗