Skip to content

tsim.core.instructions.s_dag

← Module overview

functions_dagsource

tsim.core.instructions.s_dag

def s_dag(b: GraphRepresentation, qubit: int) -> None

Apply S† gate (-π/2 Z rotation).

Parameters

NameTypeDescription
bGraphRepresentation
qubitint
source