Introductory talk and workshop regarding quantum Computing
with hands-on quantum computing using Qiskit package from IBM
The github link for the tutorial is:
https://github.com/KarimElgammal/QuantumComputing/tree/master/Facebook_Developer_Circle_Feb2020_workshop
1 of 41
Download to read offline
More Related Content
Quantum computing intrtoduction workshop karim elgammal - at facebook developer circle feb 2020
28. Time for hands-on
Update
Check all latest links on
https://github.com/KarimElgammal/QuantumComputi
ng/tree/master/Facebook_Developer_Circle_Feb202
0_workshop
29. Prerequisites:
Jupyter? pip3 install jupyter
Qiskit? pip3 install qiskit
Matplotlib? pip3 install matplotlib
Pipenv? pipenv shell
Store your token in a file then name it tocken.txt
Download jupyter file http://bit.ly/39lcmuG for testing purpose
30. Superposition experiment - flip a coin!
Update your Jupyter notebook implementing H gate on 1 qubit
Fill in: http://bit.ly/3bmXNJ3
31. Superposition experiment - flip a coin!
Update your Jupyter notebook implementing H gate on 1 qubit
Solution: http://bit.ly/2vh2SlB
32. 2 qubit operations
- Fill the missing gaps in http://bit.ly/2SxNoRV according to the steps