Skip to content

SpinQTech/spinqlablink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpinQLabLink

SpinQLabLink is a Python library for interacting with the SpinQ quantum computing experiment platform. It provides a simple API that allows users to connect to devices, register experiments, set parameters, run experiments, and obtain results.

Installation

Install from PyPI

pip install spinqlablink

Install from source code

# Clone repository
git clone https://github.com/SpinQTech/spinqlablink.git
cd spinqlablink

# Install dependencies
pip install -r requirements.txt

# Install
pip install .

# Or install in development mode
pip install -e .

Compile memo

Compilation has been tested on these OS.

  • Windows 10 x86_64 Intel(R) Core(TM) i5-10400F
  • Mac Mojave 10.14.8, Intel Core i5
  • Mac Monterey 13.4, Apple M2

Install Python

If you prefer to install Anaconda, please make sure to download the correct version for your OS and CPU.

Compile spinqit

Pull this repo

Install required packages for spinqit by requirement.txt. This will help avoiding stucks while installing or packing spinqit

If pulling offical images are slow, try to change image sources

pip install -r requirements.txt

Then install or pack the package

python setup.py install  # install at local
python setup.py bdist_wheel  # pack to a binary wheel
python setup.py sdist  # pack to a tar.gz of src

License

Apache License 2.0

About

A Python library for interacting with the SpinQ Lab quantum computing experiment platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages