Skip to content

Geegee/QuOCS-thesuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The suite for quocs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages