https://github.com/cqcl/quantinuum-hardware-specifications
Repository for sharing Quantinuum's hardware specifications data
https://github.com/cqcl/quantinuum-hardware-specifications
Last synced: about 1 year ago
JSON representation
Repository for sharing Quantinuum's hardware specifications data
- Host: GitHub
- URL: https://github.com/cqcl/quantinuum-hardware-specifications
- Owner: CQCL
- License: apache-2.0
- Created: 2022-06-09T14:36:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T20:25:09.000Z (about 1 year ago)
- Last Synced: 2025-05-07T04:49:08.809Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 11.6 MB
- Stars: 34
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quantinuum Hardware Specifications
This repository contains the data referenced in the Quantinuum H1 and H2 Product Data Sheets.
## Project Organization
------------
├── README.md
├── /data <- Specification data
├── /notebooks <- Jupyter notebook examples for accessing the data
└── /qtm_spec <- Python source code
--------
## Getting Started
Install this repository in your local python environment by navigating to this folder and running `pip install .`. This will install a package called `qtm_spec`.
Examples for accessing the data are found in the notebook `Load Experimental Data.ipynb`