Skip to content

bloqade.squin.stdlib.broadcast.gate.sqrt_y_adj

← Module overview

functionsqrt_y_adjsource

bloqade.squin.stdlib.broadcast.gate.sqrt_y_adj

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

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

Parameters

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