From 0ef53739ef86268854d58533e4b20a6c7131f0b4 Mon Sep 17 00:00:00 2001 From: AthenaCaesura Date: Wed, 11 May 2022 16:17:51 -0400 Subject: [PATCH 1/3] fix(circuit_conversions_test): removed references to old repos --- tests/orquestra/integrations/forest/circuit_conversions_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/orquestra/integrations/forest/circuit_conversions_test.py b/tests/orquestra/integrations/forest/circuit_conversions_test.py index 81d4eaf..4d6e172 100644 --- a/tests/orquestra/integrations/forest/circuit_conversions_test.py +++ b/tests/orquestra/integrations/forest/circuit_conversions_test.py @@ -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) From cebddcfee00331514dc1ebdf9562a012c66c4682 Mon Sep 17 00:00:00 2001 From: AthenaCaesura Date: Wed, 11 May 2022 18:58:18 -0400 Subject: [PATCH 2/3] fix(readme): improved introduction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 874967b..bd82457 100644 --- a/README.md +++ b/README.md @@ -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 From 583f19c7966039e7dc18105e860730794ce6d47e Mon Sep 17 00:00:00 2001 From: AthenaCaesura Date: Thu, 12 May 2022 10:12:06 -0400 Subject: [PATCH 3/3] fix: remove python 3.7 support --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0cb66fd..19e2b7e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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