Welcome to this presentation about IBM Q and Qiskit for TechCrunch 2018 San Francisco.
In this repository, we've put together a Jupyter notebook aimed at teaching people who want learn about Quantum Computing and in specific Qiskit for writing quantum computing programs and executing them on one of several backends (online quantum processors, online simulators, and local simulators). The online quantum processors connects to the IBM Q devices.
- Have installed Python 3.x and Jupyter notebooks or Jupyter lab, we recomend use Anaconda because provide to you all the elements.
- Install Qiskit:
pip install qiskit
jupyter notebook Qiskit_Techcrunch.ipynb
or is you use Jupyter Lab
jupyter lab Qiskit_Techcrunch.ipynb