quocs-suite is the main executable script of the optimization library. It is based on the following repositories:
- the tools: https://github.com/Quantum-OCS/QuOCS-tools
- the optimization library: https://github.com/Quantum-OCS/QuOCS
- the PySide2 interface: https://github.com/Quantum-OCS/QuOCS-pyside2interface
Create a virtual environment
python3 -m venv quocs-venvActivate the virtual environment
source quocs-venv/bin/activateInstall basic packages
python -m pip install --upgrade pip setuptools wheelInstall 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_pyside2interfaceNow you can launch the suite in the main folder
python quocs-thesuite.pyIn 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.