Skip to content

An overlay for the quantumsim package developed by Brian Tarasinski (https://github.com/brianzi/quantumsim)

License

Notifications You must be signed in to change notification settings

Astlaan/qsoverlay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: Always specify gate time, ex b.gate('X', ['1'], time = 10), where the b is a builder instance, and the time is the middle temporal of the gate's execution. Plus, always correct the builder class timing at the end:

b.times = {'1': 20}

Installation

Overview and usage

Installation

This package needs to be installed alongside quantumsim, which can be found at https://github.com/brianzi/quantumsim.

The following set of commands will install both packages on linux (beginning in your favourite directory to store git repos):

git clone https://github.com/quantumsim/quantumsim
git clone https://github.com/quantumsim/qsoverlay
cd quantumsim
pip install -e .
cd ../qsoverlay
pip install -e .

License

This work is distributed under the GNU GPLv3. See LICENSE.txt. (c) 2017 Tom O'Brien

About

An overlay for the quantumsim package developed by Brian Tarasinski (https://github.com/brianzi/quantumsim)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 59.5%
  • Python 40.5%