Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1000 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 1000 Bytes

Quantum-Glasses

This Project is a member of IBM Qiskit Ecosystem

Points to remember while recreating

  1. Install tkinter and qiskit in a virtual environment
  2. Paste the files from github (or clone) into the environment
  3. Use conda virtual environment, installing qiskit with pip can lead to issues
  4. Use Python version 3.8.10, qiskit has issues with version 3.9

Built using: Python, Tkinter, Qiskit

Launch

To launch the app just run :

python quantum_glasses.py

To launch unittests just run :

tox -epy39

How the Visualizer looks?

image

Want to build this from scratch?

Learn to build the software from scratch using this video

References:

  1. Logo
  2. Tkinter Documentation
  3. Qiskit Documentation