Skip to content
/ qubex Public

A Python library for quantum control experiments.

License

Notifications You must be signed in to change notification settings

amachino/qubex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Python 3.9 or higher
  • pip 24.0

Installation

Client only

pip install git+https://github.com/amachino/qubex.git

Client and backend

pip install "qubex[backend] @ git+https://github.com/amachino/qubex.git"

Check available versions on the release page.

Usage

See the examples folder for usage examples.