Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 849 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 849 Bytes

Introduction to Quantum Computing with Qiskit

Heißer Scheiß: Introduction to Quantum Computing with Qiskit

Preps

# New env
conda create -n ENV_NAME python=3

# Activate your new environment.
conda activate ENV_NAME

# Next, install the Qiskit package.
pip install qiskit

# If you intend to use visualization functionality or Jupyter notebooks it is recommended to install Qiskit with the extra visualization support:
pip install qiskit[visualization]

Intro-Notebooks