Skip to content

Understanding the peculiarity of quantum computing through quantum coin game. Here, I have implemented quantum coin game which can be locally hosted as webapp using voila.

Notifications You must be signed in to change notification settings

Shibu778/quantum_coin_game

Repository files navigation

quantum_coin_game

Notebook for webapp of quantum coin game

Python version : 3.9.16

Install following Libraries: Pip install following

voila

qiskit

ipykernel

ipywidgets

matplotlib

conda install -c conda-forge nb_conda_kernels

All the libraries are in environment.yml

Export a conda environment : conda env export > environment.yml

Create a conda environment : conda env create -f environment.yml

Using voila to make the WebApp from IPyNb file read blog.

About

Understanding the peculiarity of quantum computing through quantum coin game. Here, I have implemented quantum coin game which can be locally hosted as webapp using voila.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published