bloqade.stim.dialects.noise.stmts.PauliChannel2
← Module overview
class
classPauliChannel2¶source
bloqade.stim.dialects.noise.stmts.PauliChannel2
Bases: ir.Statement
class PauliChannel2Attributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'PauliChannel2' | |
traits | — | frozenset({lowering.FromPythonCall()}) | |
pix | ir.SSAValue | info.argument(types.Float) | |
piy | ir.SSAValue | info.argument(types.Float) | |
piz | ir.SSAValue | info.argument(types.Float) | |
pxi | ir.SSAValue | info.argument(types.Float) | |
pxx | ir.SSAValue | info.argument(types.Float) | |
pxy | ir.SSAValue | info.argument(types.Float) | |
pxz | ir.SSAValue | info.argument(types.Float) | |
pyi | ir.SSAValue | info.argument(types.Float) | |
pyx | ir.SSAValue | info.argument(types.Float) | |
pyy | ir.SSAValue | info.argument(types.Float) | |
pyz | ir.SSAValue | info.argument(types.Float) | |
pzi | ir.SSAValue | info.argument(types.Float) | |
pzx | ir.SSAValue | info.argument(types.Float) | |
pzy | ir.SSAValue | info.argument(types.Float) | |
pzz | ir.SSAValue | info.argument(types.Float) | |
targets | tuple[ir.SSAValue, ...] | info.argument(types.Int) |