Skip to content

wintershammer/QImp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages