Skip to content

Commit

Permalink
Merge pull request #5 from zapatacomputing/zqs-1011-2
Browse files Browse the repository at this point in the history
Zqs 1011 2
  • Loading branch information
Athena Caesura authored May 12, 2022
2 parents e8b5df9 + 5de7826 commit c0c1739
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# orquestra-forest

An Orquestra Resource for Rigetti's Forest
`orquestra-forest` is a [Zapata](https://www.zapatacomputing.com) library holding modules for integrating forest with [Orquestra](https://www.zapatacomputing.com/orquestra/).

## Overview

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include_package_data = True
package_dir =
= src
packages = find_namespace:
python_requires = >=3.7,!=3.9.7,<3.11
python_requires = >=3.8,!=3.9.7,<3.11

install_requires =
pyquil~=2.25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def pyquil_rh_definition():


def pyquil_u3_definition():
# Note: need to add an extra global phase to match to z-quantum's definition
# Note: need to add an extra global phase to match to orquestra's definition
cos_term = pyquil.quilatom.quil_cos(0.5 * QUIL_THETA_0)
sin_term = pyquil.quilatom.quil_sin(0.5 * QUIL_THETA_0)

Expand Down

0 comments on commit c0c1739

Please sign in to comment.