The rigetti.qvm
device in the PennyLane-Rigetti plugin integrates PennyLane with the Forest SDK quantum virtual machine.
Recommended for:
To learn more, please visit the device documentation:
See all PennyLane-Rigetti devices:
The rigetti.qvm
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 = qml.device('rigetti.qvm', device='Aspen-8')
For more details on device settings and keyword arguments, see the device documentation.