Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (30 loc) · 1.04 KB

QuOCS - The Suite

quocs-suite is the main executable script of the optimization library. It is based on the following repositories:

Installation

Create a virtual environment

python3 -m venv quocs-venv

Activate the virtual environment

source quocs-venv/bin/activate

Install basic packages

python -m pip install --upgrade pip setuptools wheel

Install the quocs packages:

python -m pip install -e git+https://github.com/Quantum-OCS/QuOCS#egg=quocs_lib 
python -m pip install -e git+https://github.com/Quantum-OCS/QuOCS-pyside2interface#egg=quocs_pyside2interface

Now you can launch the suite in the main folder

python quocs-thesuite.py

Examples

In the examples' folder you can find few config json files to be loaded in the gui and used to test the PureParametrization and the dCRAB algorithm.