Skip to content
Imran Ashraf edited this page Mar 7, 2018 · 2 revisions

Welcome to the OpenQL wiki!

Setting up OpenqL on QCA Qsim machines

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

add cuda to your path

export LD_LIBRARY_PATH=/usr/local/cuda/lib64:/usr/local/cuda/lib:$LD_LIBRARY_PATH export PATH=/usr/local/cuda/bin:$PATH

clone the quantsim repo some where in your bulk directory

git clone https://github.com/brianzi/quantumsim.git

change direcotry to quantumsim

cd quantumsim

install Quantumsim

python3.5 setup.py install --user

Clone this wiki locally