Skip to content
forked from wintershammer/QImp

The Qumin Interpreter and Matrix libraries Project

Notifications You must be signed in to change notification settings

stjordanis/QImp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QImp

QImp is the experimental implementation of an interpreter for the quantum programming language Qumin. For more info, check out the (still under-construction) tutorial over at my github page!

Installing and running programs in Qumin:

Qumin is written in Python 3, so the latest version of the Python 3 interpreter must be installed in your computer. It also has the following dependencies:

  • Parsimonious
  • NumPy
  • SciPy which can be installed via tools like pip.

Running programs is done by executing the run() function of mini.py with the name of the file that contains the classical fragment of your program as the argument.

About

The Qumin Interpreter and Matrix libraries Project

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%