qml.devices.default_mixed¶
The default.mixed device is PennyLane’s standard qubit simulator for mixed-state computations.
It implements the necessary LegacyDevice
methods as well as some built-in
qubit operations, providing a simple mixed-state simulation of
qubit-based quantum circuits.
Classes
|
Default qubit device for performing mixed-state computations in PennyLane. |
|
A PennyLane Python-based device for mixed-state qubit simulation. |
Functions
Specifies whether an observable is accepted by DefaultQubitMixed. |
|
Specify whether an Operator object is supported by the device. |
|
|
If a measurement in the QNode is an analytic state or density_matrix, warn that readout error will not be applied. |