Analyzes the iSWAP-family gate that arises naturally from an XY-type two-qubit interaction, the physical basis gate on several superconducting platforms.
arxiv.org/abs/quant-ph/0209035 ↗iSWAP gate
A two-qubit gate that swaps |01⟩ and |10⟩ while attaching a factor of i, arising naturally from XY-type physical couplings and native to several superconducting and photonic platforms.
Atlas stars stay in the public catalog. Saving this entry to your workspace starts an unstarred private copy.
iSWAP matters because it is often what the hardware gives you for free: an always-on or easily-pulsed XY coupling between two qubits generates iSWAP (or a family member) directly, making it a common native two-qubit gate rather than something compiled from CNOT.
Circuit & simulation
What this takes and returns
Takes2 qubitsWhat joins here
Takes a 2-qubit register and states no assumption about what is on it. That is the whole condition: anything returning 2 qubits can feed it.
16 entries meet this end. Named below.
Returns2 qubitsWhat joins here
Returns a 2-qubit register a next stage can take. This is the end that joins.
11 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
in the basis — a SWAP gate with an extra factor of attached to the states it actually exchanges.
Action on basis states
Unlike plain SWAP, iSWAP entangles superposition inputs: (an eigenstate, only a phase), but , which is entangled even though the input was a product state.
Physical origin
is exactly the time evolution generated by the isotropic exchange interaction:
Schuch and Siewert (2003) analyze this family of gates and show that, unlike an Ising () coupling which needs single-qubit gates to reach a CNOT-equivalent, the interaction alone already yields an entangling gate — but reaching full CNOT-equivalence still needs single-qubit rotations layered around it, since and are only locally equivalent, not identical.
Key identities
- : two iSWAPs give minus the ordinary swap (the two accumulated factors of multiply to ).
- -like phase structure: iSWAP and CNOT are related by a "magic basis" change and are both maximally entangling, but not identical — a combined with single-qubit gates is itself sometimes used as a native entangling gate on hardware where a full iSWAP pulse is harder to calibrate than a half-angle one.
Implementation
OPENQASM 3.0;
include "stdgates.inc";
qubit[2] q;
x q[0];
iswap q[0], q[1];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 ↗