Back to Devices

Spin-2

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

The quantuminspire.qi (with 'Spin-2' backend) device in the PennyLane-QuantumInspire plugin hosts a 2-qubit semiconductor electron spin processor with two qubits (q0, q1) which are connected.

Recommended for small-scale workflows that run on real hardware.

Documentation

See all PennyLane-QuantumInspire devices:

Installation

The quantuminspire.qi (with 'Spin-2' backend) device can be installed with:

pip install pennylane-quantuminspire

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

Device Initialization

Initialize the device in PennyLane with:

import pennylane as qml
dev = qml.device('quantuminspire.qi', wires=2, backend='Spin-2')

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