The aqt.noisy_sim
device in the PennyLane-AQT plugin provides access to noisy trapped-ion quantum hardware emulation.
Recommended for:
To learn more, please visit the device documentation:
See all PennyLane-AQT devices:
The aqt.noisy_sim
device can be installed with:
pip install pennylane-aqt
For more details on installation and dependencies, visit the PennyLane-AQT installation page.
Initialize the device in PennyLane with:
import pennylane as qml from pennylane_aqt import ops dev = qml.device("aqt.noisy_sim", wires=2)
For more details on device settings and keyword arguments, see the device documentation.