animeshnanda1 / Tutorials

Tutorials and exercises on various quantum computing algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorials

Setup

In order to run the tutorials, you need to have some libraries installed. They are specified in requirements.txt file.

You can install them by running pip install -r requirements.txt.

Virtualenv

It is generally recommended to run projects in separate virtual environments. In order to install such environment and make it work with jupyter notebook you can follow this tutorial.

If the method ipython kernel install --user --name=venv-name provided in this tutorial doesn't work for you, you can try python -m ipykernel install --user --name=venv-name.

About

Tutorials and exercises on various quantum computing algorithms

License:MIT License


Languages

Language:Jupyter Notebook 88.9%Language:Python 11.1%