AQDrop is the management system for interaction with the Advanced Quantum Testbed (AQT) at NERSC. It provides a centralized API for job submission, queue management, and member access control.
User instructions are in docs/. Start with docs/user_setup.md.
The aqdrop Python library provides a programmatic interface to the API, allowing users to interact with the quantum testbed via Python scripts.
The following command will install the AQDrop library, but will not install Qiskit.
pip install aqdropIn order to submit Qiskit circuits, install Qiskit manually or include Qiskit in your AQDrop install (ensuring version compatibility) with the following command:
pip install aqdrop[qiskit]