Skip to content

quentin-ma/code_qps_qdccs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A quantum circuit simulation library

The code is already packaged. First create and activate a virtualenv :

virtualenv dev_env
source dev_env/bin/activate

Then install the package:

python setup.py install

You should then be able to run the tests (that will fail, all good):

python -m pytest tests/testing.py

Development

We will develop (at least) three simulators, each in its own file (under src/qps)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published