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.
See all PennyLane-QuantumInspire devices:
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.
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.