qml.devices.default_qutrit_mixed

The default.qutrit.mixed device is PennyLane’s standard qutrit simulator for mixed-state computations.

Classes

DefaultQutritMixed([wires, shots, seed, ...])

A PennyLane Python-based device for mixed-state qutrit simulation.

Functions

accepted_sample_measurement(m)

Specifies whether a measurement is accepted when sampling.

get_readout_errors(readout_relaxation_probs, ...)

Get the list of readout errors that should be applied to each measured wire.

observable_stopping_condition(obs)

Specifies whether an observable is accepted by DefaultQutritMixed.

stopping_condition(op)

Specify whether an Operator object is supported by the device.

stopping_condition_shots(op)

Specify whether an Operator object is supported by the device with shots.

warn_readout_error_state(tape)

If a measurement in the QNode is an analytic state or density_matrix, and a readout error parameter is defined, warn that readout error will not be applied.

Contents

Using PennyLane

Release news

Development

API

Internals