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.

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.

Contents

Using PennyLane

Release news

Development

API

Internals