Skip to content

mothorchids/nexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Nexus Devices Without a Browser

This repository contains examples of how to access Quantinuum Nexus devices programmatically, without opening a browser.

Install Dependencies

Install the required Python packages:

pip install python-dotenv qnexus pytket

Files

  • 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"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages