The ionq.simulator
device in the PennyLane-IonQ plugin provides access to trapped-ion quantum hardware emulation.
Recommended for:
To learn more, please visit the device documentation:
See all PennyLane-IonQ devices:
The ionq.simulator
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 qmlfrom pennylane_ionq import ops dev = qml.device("ionq.simulator", wires=2)
For more details on device settings and keyword arguments, see the device documentation.