-
Notifications
You must be signed in to change notification settings - Fork 47
Home
Imran Ashraf edited this page Mar 7, 2018
·
2 revisions
Welcome to the OpenQL wiki!
scl enable devtoolset-7 bash
git clone [email protected]:QE-Lab/OpenQL.git
cd OpenQL
git checkout develop
python3.5 setup.py install --user
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:/usr/local/cuda/lib:$LD_LIBRARY_PATH export PATH=/usr/local/cuda/bin:$PATH
git clone https://github.com/brianzi/quantumsim.git
cd quantumsim
python3.5 setup.py install --user