The microsoft.QuantumSimulator
in the PennyLane-Q# plugin is a full state simulator running on Microsoft Azure simulators.
Recommended for:
To learn more, please visit the device documentation:
The microsoft.QuantumSimulator
device can be installed with:
pip3 install pennylane-qsharp
For more details on installation and dependencies, visit the PennyLane-Q# installation page.
Initialize the device in PennyLane with:
import pennylane as qml dev = qml.device('microsoft.QuantumSimulator', wires=2)
For more details on device settings and keyword arguments, see the device documentation.