Applies a phase flip to the |11⟩ state.
CZ applies a Z gate to the target qubit only when the control qubit is |1⟩. But here is the remarkable thing: unlike CNOT, the CZ gate is completely symmetric between the two qubits. It does not matter which one you call the control and which the target — the effect is the same. CZ flips the phase of the |11⟩ component and leaves everything else unchanged. This makes CZ a natural gate for hardware where qubits interact symmetrically.
CZ = diag(1, 1, 1, −1). It applies a −1 phase to the |11⟩ term and leaves |00⟩, |01⟩, |10⟩ unchanged. The symmetry CZ = CZ^T means there is no physical distinction between control and target. CZ is related to CNOT by: CZ = (I⊗H)·CNOT·(I⊗H). It is a native gate on superconducting transmon architectures.
Joint two-qubit phase structure changes.
Creates entanglement when either qubit is in superposition.
Conditional phase flip. Symmetric between qubits — no control/target distinction geometrically.
The symmetry of CZ is not obvious from the circuit diagram, which usually draws one qubit as control. But mathematically and physically, both qubits play identical roles.
CZ is the native entangling gate on many superconducting quantum processors. Understanding CZ and its relationship to CNOT helps you write circuits that map efficiently onto real hardware.
Why is CZ symmetric between the two qubits while CNOT is not?