Skip to content

bloqade.qasm2.noise.atom_loss_channel

← Module overview

functionatom_loss_channelsource

bloqade.qasm2.noise.atom_loss_channel

Signature
def atom_loss_channel(qargs: ilist.IList[Qubit, Any] | list, *, prob: float) -> None

Apply an atom loss channel to a list of qubits.

Parameters

NameTypeDescription
qargsilist.IList[Qubit, Any] | listList of qubits to apply the noise to.
probfloatThe loss probability.
source