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.
pip install spinqlablink# 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 .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
If you prefer to install Anaconda, please make sure to download the correct version for your OS and CPU.
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
Apache License 2.0