qml.devices.default_mixed¶
The default.mixed device is PennyLane’s standard qubit simulator for mixed-state computations.
It implements the necessary Device
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. |
code/api/pennylane.devices.default_mixed
Download Python script
Download Notebook
View on GitHub