The rigetti.qpu
device in the PennyLane-Rigetti plugin integrates PennyLane with Rigetti QPUs.
Recommended for:
To learn more, please visit the device documentation:
See all PennyLane-Rigetti devices:
The rigetti.qpu
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_qpu = qml.device('rigetti.qpu', device='Aspen-M-2', shots=1000)
For more details on device settings and keyword arguments, see the device documentation.