Skip to content

bloqade.native.stdlib.broadcast.sqrt_x_adj

← Module overview

functionsqrt_x_adjsource

bloqade.native.stdlib.broadcast.sqrt_x_adj

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

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

Parameters

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