This repository contains examples of how to access Quantinuum Nexus devices programmatically, without opening a browser.
Install the required Python packages:
pip install python-dotenv qnexus pytket- show_devices.py lists all available devices.
- vqe.py demonstrates an example from the tutorial.
- Credentials are stored in a .env file. Example:
HQS_USERNAME="email@domain.com"
HQS_PASSWORD="password"