Skip to content

Chasmiccoder/Qubyte-Sized-Quantum-Computing

Repository files navigation

👾 Qubyte Sized Quantum Computing 👾

Quantum Computing, but bite sized.

This repository is a collection of concepts learned from various resources. Full credit to the authors of the questions, challenges and tutorials!

Usage

For Qiskit related code

conda create -n qubyte-sized-qc python=3.9
conda activate qubyte-sized-qc
pip install -r requirements.txt

Making the conda environment compatible with Jupyter Notebook

conda install -c anaconda ipykernel
python -m ipykernel install --user --name=qubyte-sized-qc

For Silq, refer to this page for installation

Resources

  1. Qiskit Textbook [ here ]
  2. IBM's Quantum Challenges [ here ]
  3. NPTEL's Introduction to Quantum Computing: Quantum Algorithms and Qiskit course [ here ]
  4. Silq - Documentation [ here ]
  5. Silq - Talk by Benjamin Bichsel [ here ]

About

Quantum Computing, but bite sized

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published