Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 905 Bytes

File metadata and controls

38 lines (26 loc) · 905 Bytes

Quantum Algorithms

This repository contains Jupyter notebooks demonstrating various quantum algorithms.

Notebooks

Requirements

  • Python
  • Jupyter Notebook
  • Qiskit

Setup

  1. Clone the repository:

    git clone https://github.com/danchev/learning-quantum-algorithms.git
    cd learning-quantum-algorithms
  2. Install the required Python packages:

    pip install -r requirements.txt
  3. Start Jupyter Notebook:

    jupyter notebook
  4. Open the desired notebook from the Jupyter interface.

License

This project is licensed under the MIT License.