Skip to content

Tutorials and exercises on various quantum computing algorithms

License

Notifications You must be signed in to change notification settings

gate42qc/Tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published