bloqade.squin.noise.stmts.SingleQubitPauliChannel
← Module overview
class
classSingleQubitPauliChannel¶source
bloqade.squin.noise.stmts.SingleQubitPauliChannel
Bases: SingleQubitNoiseChannel
This will apply one of the randomly chosen Pauli operators according to the given probabilities (p_x, p_y, p_z).
class SingleQubitPauliChannelAttributes
| Name | Type | Default | Description |
|---|---|---|---|
px | ir.SSAValue | info.argument(types.Float) | |
py | ir.SSAValue | info.argument(types.Float) | |
pz | ir.SSAValue | info.argument(types.Float) | |
qubits | ir.SSAValue | info.argument(ilist.IListType[QubitType, types.Any]) |