November 9, 2019

[Quantum Computer] Getting Started: QISKit SDK

Qiskit is developed by IBM.
https://qiskit.org/

This note is to show how to install Qiskit on Win10, run the simulator locally.

Installation note
https://developer.ibm.com/code/2017/05/17/developers-guide-to-quantum-qiskit-sdk/
https://qiskit.org/documentation/install.html

Requirements:

  • Windows
  • Anaconda

Create environment

> conda create --name qiskit python=3.7
> activate qiskit

Install Qiskit

> pip install qiskit
> pip install qiskit-terra[visualization]



Unlike QDK, Qiskit is Python, which is a big plus -- no need to learn new language.

No comments: