Skip to content

Setting up OpenqL on QCA Qsim machines

Imran Ashraf edited this page Mar 7, 2018 · 1 revision

Use qsim01 machine as it has the development tools.

  • enable gcc 7

scl enable devtoolset-7 bash

  • clone openql repo somewhere in your bulk direcotry

git clone [email protected]:QE-Lab/OpenQL.git

  • change directory to OpenQL

cd OpenQL

  • checkout develop branch

git checkout develop

  • install OpenQL

python3.5 setup.py install --user

Clone this wiki locally