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!
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