Back to Devices

rigetti.qvm

  • Noise
  • CPU (simulator)
  • Linux
  • macOS
  • Windows

The rigetti.qvm device in the PennyLane-Rigetti plugin integrates PennyLane with the Forest SDK quantum virtual machine.

Recommended for:

  • Small-scale qubit state vector simulations.
  • Noisy simulations.
  • Topology specificity.

Documentation

To learn more, please visit the device documentation:

See all PennyLane-Rigetti devices:


Installation

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.


Device Initialization

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.