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 [γ10,γ20,γ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 [p01,p02,p12]. 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])

Contents

Using PennyLane

Release news

Development

API

Internals