The rigetti.numpy_wavefunction
device in the PennyLane-Rigetti plugin provides access to an end-to-end NumPy state vector simulator.
Recommended for:
To learn more, please visit the device documentation:
See all PennyLane-Rigetti devices:
The rigetti.numpy_wavefunction
device can be installed with:
pip install pennylane-rigetti
For more details on installation and dependencies, visit the PennyLane-Rigetti installation page.
Initialize the device in PennyLane with:
import pennylane as qml dev_numpy = qml.device('rigetti.numpy_wavefunction', wires=2)
For more details on device settings and keyword arguments, see the device documentation.