Skip to content

Commit

Permalink
ProjectQ v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damiansteiger committed Aug 26, 2018
2 parents bba67f2 + 9a25e7f commit 24d0cbf
Show file tree
Hide file tree
Showing 33 changed files with 1,851 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -43,7 +43,7 @@ install:
- pip$PY install -e .

# command to run tests
script: export OMP_NUM_THREADS=1 && pytest -W error projectq --cov projectq
script: export OMP_NUM_THREADS=1 && pytest projectq --cov projectq

after_success:
- coveralls
3 changes: 3 additions & 0 deletions docs/projectq.ops.rst
Expand Up @@ -49,6 +49,9 @@ The operations collection consists of various default gates and is a work-in-pro
projectq.ops.CZ
projectq.ops.Toffoli
projectq.ops.TimeEvolution
projectq.ops.UniformlyControlledRy
projectq.ops.UniformlyControlledRz
projectq.ops.StatePreparation


Module contents
Expand Down

0 comments on commit 24d0cbf

Please sign in to comment.