bloqade.stim.dialects.gate.stmts.non_clifford.U3
← Module overview
class
classU3¶source
bloqade.stim.dialects.gate.stmts.non_clifford.U3
Bases: ir.Statement
U3 gate represented as I[U3(theta=..., phi=..., lambda=...)] in Stim.
class U3Attributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'U3' | |
targets | tuple[ir.SSAValue, ...] | info.argument(types.Int) | |
theta | ir.SSAValue | info.argument(types.Float) | |
phi | ir.SSAValue | info.argument(types.Float) | |
lam | ir.SSAValue | info.argument(types.Float) |