/quantum-ml

Quantum Computing and Machine Learning

Primary LanguageJupyter Notebook

Quantum Computing and Machine Learning

notebooks/ has examples and demos with qiskit.

notes/ has brief records on theoretical topics.

Usage

Virtual Environment

Create

python3 -m venv quantum-ml.venv

Activate

source quantum-ml.venv/bin/activate

Windows

./quantum-ml.venv/Scripts/Activate.ps1