|ψ⟩
Itachi Quantum Studio
|ψ⟩ = α|0⟩ + β|1⟩  •  iℏ ∂|ψ⟩/∂t = Ĥ|ψ⟩
dim(ℋ) = 2ᴺ COMPLEX AMPLITUDES | C++20 SIMD KERNEL | COHERENCE 100%
INITIALIZING HILBERT SPACE & C++20 ENGINE...

Phase Gate P(λ) | Arbitrary Diagonal Phase Rotation

Quick Technical Answer: The Phase gate P(λ) imparts a continuous phase shift of e^{iλ} exclusively to the |1⟩ state while preserving |0⟩. It is equivalent to an Rz rotation up to a global phase of e^{iλ/2}.
Formula / Unitary: P(\lambda) = \begin{pmatrix} 1 & 0 \\ 0 & e^{i\lambda} \end{pmatrix} = e^{i\lambda/2} R_z(\lambda)
Simulate this in Itachi Quantum Studio
Inspect state amplitudes, 3D Bloch sphere vector, and OpenQASM code live.
Open Circuit Builder →

Frequently Asked Questions

What special cases arise from P(λ)?

P(π) = Pauli-Z, P(π/2) = S gate, and P(π/4) = T gate.

Related Topics & Quantum Guides:

Pauli-Z Gate (Phase-Flip)Phase Gate (S Gate)T Gate (π/8 Gate)