Standard reference for gate matrices, the Clifford/non-Clifford distinction, and controlled-gate constructions used throughout this record.
doi.org/10.1017/cbo9780511976667 ↗S† (inverse phase) gate
The Hermitian conjugate (and inverse) of the S gate, applying a -π/2 phase to |1⟩ and undoing whatever an S gate did earlier in a circuit.
Atlas stars stay in the public catalog. Saving this entry to your workspace starts an unstarred private copy.
S† exists in this catalog for the same reason T† does: real circuits need to undo a Clifford phase gate exactly, and S† is the closed-form inverse rather than something re-derived from S every time.
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 the conjugate transpose of , and since is unitary, is also its inverse: .
Action on basis states
Applied to , it produces , the state at on the Bloch-sphere equator, mirroring how lands at .
Key identities
- up to global phase, so is the special case of the general phase gate, symmetric with .
- since : three applications of equal one , useful when a compiler's native gate set only exposes .
- because , so and two gates cancel exactly.
- Like , is Clifford: conjugating a Pauli operator by returns a Pauli operator, e.g. .
Implementation
OPENQASM 3.0;
include "stdgates.inc";
qubit q;
sdg 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
Defines the standard gate library (id, sdg, tdg, cy, crz, rxx, rzz, ccx, cx…) used natively by the code snippets on this record.
arxiv.org/abs/2104.14722 ↗