https://github.com/zhenghh04/qcworkshop
Tutorials for ALCF Quantum Computing Workshop
https://github.com/zhenghh04/qcworkshop
quantum-computing simulator
Last synced: 6 months ago
JSON representation
Tutorials for ALCF Quantum Computing Workshop
- Host: GitHub
- URL: https://github.com/zhenghh04/qcworkshop
- Owner: zhenghh04
- Created: 2018-07-19T21:05:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T12:01:10.000Z (over 7 years ago)
- Last Synced: 2025-04-07T20:11:15.318Z (12 months ago)
- Topics: quantum-computing, simulator
- Language: Jupyter Notebook
- Size: 2.38 MB
- Stars: 6
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quantum Computing with ProjectQ.
## Install Python packages
### Installing Anaconda
#### For Linux
#wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh
#sh ./Anaconda3-5.2.0-Linux-x86_64.sh
#### For MacOS
wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-MacOSX-x86_64.pkg
sudo installer -pkg Anaconda3-5.2.0-MacOSX-x86_64.pkg -target /
### Installing ProjectQ
pip install projectq
### Installing QuTip
pip install qutip
## Test whether your installation is successful
#Please try to execute the jupyter notebook. Type jupyter-notebook in your terminal, this will lead you to the browser, and then navigate to the notebooks in the folders IntroQM and Deutsch, click the ‘*.ipynb’ file. This should open another browser window. Execute the first cell, which should have ‘import’ statements. If ‘nothing’ happens (i.e., there is no error message), everything should work!
## Use binder
#In case you could not install the mentioned packages, you could run the tutorials online through “binder”. Go to https://mybinder.org/v2/gh/zhenghh04/QCWorkshop/master, wait a minute or two, and then you should be able to execute our notebooks in the browser.