qml.devices.default_mixed¶
The default.mixed
device is PennyLane’s standard qubit simulator for mixed-state computations.
It implements some built-in qubit operations, providing a simple mixed-state simulation of qubit-based quantum circuits.
Classes
|
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. |
code/api/pennylane.devices.default_mixed
Download Python script
Download Notebook
View on GitHub