bloqade.qasm2.noise.atom_loss_channel
← Module overview
function
source
functionatom_loss_channel¶source
bloqade.qasm2.noise.atom_loss_channel
Signature
def atom_loss_channel(qargs: ilist.IList[Qubit, Any] | list, *, prob: float) -> NoneApply an atom loss channel to a list of qubits.
Parameters
| Name | Type | Description |
|---|---|---|
qargs | ilist.IList[Qubit, Any] | list | List of qubits to apply the noise to. |
prob | float | The loss probability. |