Skip to content

bloqade.native.stdlib.broadcast.sqrt_y_adj

← Module overview

functionsqrt_y_adjsource

bloqade.native.stdlib.broadcast.sqrt_y_adj

def sqrt_y_adj(qubits: ilist.IList[qubit.Qubit, Any])

Apply the adjoint of sqrt(Y) on a group of qubits.

Parameters

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