qml.devices.default_qutrit_mixed.get_readout_errors¶
- get_readout_errors(readout_relaxation_probs, readout_misclassification_probs)[source]¶
Get the list of readout errors that should be applied to each measured wire.
- Parameters
readout_relaxation_probs (List[float]) – Inputs for
QutritAmplitudeDamping
channel of the form \([\gamma_{10}, \gamma_{20}, \gamma_{21}]\). This error models amplitude damping associated with longer readout and varying relaxation times of transmon-based qudits.readout_misclassification_probs (List[float]) – Inputs for
TritFlip
channel of the form \([p_{01}, p_{02}, p_{12}]\). This error models misclassification events in readout.
- Returns
List of readout error channels that should be applied to each measured wire.
- Return type
readout_errors (List[Callable])
code/api/pennylane.devices.default_qutrit_mixed.get_readout_errors
Download Python script
Download Notebook
View on GitHub