Skip to content

bgbashiro/qcomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qcomp

Quantum Computing Project for class

HOWTO

  1. Clone the repo.
  2. Optionally (recommended) create virual environment (
  1. simply run pip install -r requirement.txt for needed packages and pip install -e qcomp. Voila! Everything should be set up.

to see examples

Run jupyter server by typing jupyter notebook to console. Then move to notebooks folder and open file you are interested in.

to run tests

CD to qcomp directory (or qcomp/tests). Type pytest in terminal. Hopefully it will be green! Currently there are not enough tests, however.

documentation

  • navigate to docs folder, open index.html in your browser
  • if you want to create documentation from source code, cd to docs folder and run pdoc --html --overwrite qcomp (this how they were created in first place)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published