The ionq.qpu
device in the PennyLane-IonQ plugin provides access to IonQ’s trapped-ion QPUs.
Recommended for:
To learn more, please visit the device documentation:
See all PennyLane-IonQ devices:
The ionq.qpu
device can be installed with:
pip install pennylane-ionq
For more details on installation and dependencies, visit the PennyLane-IonQ installation page.
Initialize the device in PennyLane with:
import pennylane as qml from pennylane_ionq import ops dev = qml.device("ionq.qpu", backend="harmony", wires=2)
For more details on device settings and keyword arguments, see the device documentation.