https://github.com/cqcl/h-series-august-2024-workshop
H-Series workshop for ORNL: 2024
https://github.com/cqcl/h-series-august-2024-workshop
Last synced: about 1 year ago
JSON representation
H-Series workshop for ORNL: 2024
- Host: GitHub
- URL: https://github.com/cqcl/h-series-august-2024-workshop
- Owner: CQCL
- Created: 2024-07-16T13:21:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T19:49:39.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T21:11:40.769Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 5.73 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# H-Series Workshop for ORNL, August 2024
This repository contains notebooks to use nexus to access H-Series as well as notebooks to run H-Series use-cases.
## Important
* All workshop users can access the the ORNL Workshop org with a "+ornl" alias, ex. your.email+ornl@quantinuum.com.
* Access to the [Quantinuum Nexus UMUI](https://nexus.quantinuum.com/) or authentication via `qnexus` should use those credentials.
* This is a separate organization from standard ORNL access in order to minimize cross-utilization of resources.
* Access will be removed upon conclusion of the workshop.
## Install qnexus
`qnexus` is the python client to access H-Series devices via the Quantinuum Nexus platform. `qnexus` can be installed with the command below. To access Nexus and H-Series resources, the user must be authenticated with Nexus credentials.
```
pip install qnexus
```