Back to Devices

projectq.ibm

  • Small-Moderate Workloads
  • Quantum Hardware
  • macOS
  • Linux
  • Windows

The projectq.ibm device in the PennyLane-ProjectQ plugin provides integration with ProjectQ’s interfaces with the IBM Quantum Experience.

Recommended for:

  • Access to IBM hardware and small-scale simulations.

Documentation

See all PennyLane-ProjectQ devices:


Installation

The ``projectq.ibm` device can be installed with:

pip install pennylane_pq

For more details on installation and dependencies, visit the PennyLane-ProjectQ installation page.


Device Initialization

Initialize the device in PennyLane with:

import pennylane as qml dev = qml.device('projectq.ibm', wires=2, user="username", password="password")

For more details on device settings and keyword arguments, see the device documentation.