Qiskit: Difference between revisions

From wikiluntti
(Created page with "== Introduction == == Theory == === Installation === Installation https://qiskit.org/documentation/install.html <code> conda create -n qiskit python=3 conda activate qisk...")
 
Line 1: Line 1:
== Introduction ==
== Introduction ==


https://quantum-computing.ibm.com/
https://quantum-computing.ibm.com/challenges/fall-2020


== Theory ==
== Theory ==

Revision as of 20:29, 19 November 2020

Introduction

https://quantum-computing.ibm.com/

https://quantum-computing.ibm.com/challenges/fall-2020

Theory

Installation

Installation https://qiskit.org/documentation/install.html

conda create -n qiskit python=3 conda activate qiskit pip install qiskit _OR_ pip install qiskit[visualization]

Exercises

Week 1

Week 2

Week 3