Skip to content

Commit 24d0cbf

Browse files
ProjectQ v0.4.1
2 parents bba67f2 + 9a25e7f commit 24d0cbf

33 files changed

+1851
-27
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install:
4343
- pip$PY install -e .
4444

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

4848
after_success:
4949
- coveralls

docs/projectq.ops.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ The operations collection consists of various default gates and is a work-in-pro
4949
projectq.ops.CZ
5050
projectq.ops.Toffoli
5151
projectq.ops.TimeEvolution
52+
projectq.ops.UniformlyControlledRy
53+
projectq.ops.UniformlyControlledRz
54+
projectq.ops.StatePreparation
5255

5356

5457
Module contents

0 commit comments

Comments
 (0)