Skip to content

mkrzemien/quantum-search-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Search Blog

The repository contains an example implementation of quantum search. The code is described further in the blog post.

Quick Setup

  1. Create and activate a Python virtual env:

    python3 -m venv venv
    source venv/bin/activate
  2. Install requirements:

    pip install -r requirements.txt 
  3. Run the Jupyter Lab:

    jupyter lab
  4. Open the notebook in a browser:

    open http://localhost:8888/doc/tree/quantum_search.ipynb
  5. To re-run the notebook, in the top menu select Kernel > Restart Kernel and Run All Cells....

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published