Skip to content

bloqade.squin.stdlib.broadcast.gate.sqrt_x_adj

← Module overview

functionsqrt_x_adjsource

bloqade.squin.stdlib.broadcast.gate.sqrt_x_adj

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

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

Parameters

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