The rigetti.wavefunction
device in the PennyLane-Rigetti plugin provides access to simple state vector simulator.
Recommended for:
To learn more, please visit the device documentation:
See all PennyLane-Rigetti devices:
The rigetti.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_wfun = qml.device('rigetti.wavefunction', wires=2)
For more details on device settings and keyword arguments, see the device documentation.