Skip to content

bloqade.squin.stdlib.broadcast.gate.sqrt_z_adj

← Module overview

functionsqrt_z_adjsource

bloqade.squin.stdlib.broadcast.gate.sqrt_z_adj

def sqrt_z_adj(qubits: ilist.IList[Qubit, Any]) -> None

Apply the adjoint of a Sqrt(Z) gate to a group of qubits.

Parameters

NameTypeDescription
qubitsilist.IList[Qubit, Any]Target qubits.
source