Skip to content

bloqade.stim.dialects.gate.stmts.non_clifford.U3

← Module overview

classU3source

bloqade.stim.dialects.gate.stmts.non_clifford.U3

Bases: ir.Statement

U3 gate represented as I[U3(theta=..., phi=..., lambda=...)] in Stim.

class U3

Attributes

NameTypeDefaultDescription
name—'U3'
targetstuple[ir.SSAValue, ...]info.argument(types.Int)
thetair.SSAValueinfo.argument(types.Float)
phiir.SSAValueinfo.argument(types.Float)
lamir.SSAValueinfo.argument(types.Float)