-
-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cirq-core requirement from <1.4.0,>=1.0.0 to >=1.0.0,<1.5.0 (#…
…2390) * Update cirq-core requirement from <1.4.0,>=1.0.0 to >=1.0.0,<1.5.0 Updates the requirements on [cirq-core](https://github.com/quantumlib/cirq) to permit the latest version. - [Release notes](https://github.com/quantumlib/cirq/releases) - [Changelog](https://github.com/quantumlib/Cirq/blob/main/release.md) - [Commits](quantumlib/Cirq@v1.0.0...v1.4.0) --- updated-dependencies: - dependency-name: cirq-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Remove dependency to deprecated Cirq internal function * bump min cirq-core (and friends) to 1.4 * move pickled circuits to json * fix typo * typo (again) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alessandro Cosentino <[email protected]> Co-authored-by: nate stemen <[email protected]>
- Loading branch information
1 parent
d22df7b
commit 6512dbe
Showing
10 changed files
with
6,347 additions
and
19 deletions.
There are no files selected for viewing
5,010 changes: 5,010 additions & 0 deletions
5,010
docs/source/examples/resources/rshadows-tutorial-1D_Ising_g=1_16qubits.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file removed
BIN
-25.2 KB
docs/source/examples/resources/rshadows-tutorial-1D_Ising_g=1_16qubits.pkl
Binary file not shown.
1,326 changes: 1,326 additions & 0 deletions
1,326
docs/source/examples/resources/rshadows-tutorial-1D_Ising_g=1_8qubits.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file removed
BIN
-6.99 KB
docs/source/examples/resources/rshadows-tutorial-1D_Ising_g=1_8qubits.pkl
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
amazon-braket-sdk~=1.69.0 | ||
cirq-ionq>=1.0.0,<1.4.0 | ||
cirq-ionq>=1.4.0,<1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This file is redundant, since Cirq is the core internal representation | ||
# for quantum circuits in Mitiq. | ||
# Keeping this file anyway for consistency with other integrations. | ||
cirq-core>=1.0.0,<1.4.0 | ||
cirq-core>=1.4.0,<1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pyquil~=3.5.4 | ||
cirq-rigetti>=1.0.0,<1.4.0 | ||
cirq-rigetti>=1.4.0,<1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
numpy>=1.22.0 | ||
scipy>=1.10.1,<=1.14.1 | ||
cirq-core>=1.0.0,<1.4.0 | ||
cirq-core>=1.4.0,<1.5.0 | ||
tabulate |