Skip to content

Commit

Permalink
Version bump to 0.5.33 (#1116)
Browse files Browse the repository at this point in the history
Signed-off-by: Bharath <bharath.thotakura@infleqtion.com>
Co-authored-by: Bharath Thotakura <113555655+bharat-thotakura@users.noreply.github.com>
Co-authored-by: Bharath <bharath.thotakura@infleqtion.com>
  • Loading branch information
3 people authored Dec 19, 2024
1 parent ddd6289 commit d70aa2b
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions cirq-superstaq/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
checks-superstaq~=0.5.32
qiskit-superstaq~=0.5.32
checks-superstaq~=0.5.33
qiskit-superstaq~=0.5.33
2 changes: 1 addition & 1 deletion cirq-superstaq/example-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
notebook>=6.5.5
qiskit-superstaq~=0.5.32
qiskit-superstaq~=0.5.33
2 changes: 1 addition & 1 deletion cirq-superstaq/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cirq-core>=1.0.0
general-superstaq~=0.5.32
general-superstaq~=0.5.33
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cirq-superstaq[dev]~=0.5.32
qiskit-superstaq[dev]~=0.5.32
cirq-superstaq[dev]~=0.5.33
qiskit-superstaq[dev]~=0.5.33
2 changes: 1 addition & 1 deletion docs/source/optimizations/eeroq/eeroq.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Superstaq for EeroQ
========================
For this tutorial, we will go over how to get started with using Superstaq to compile, optimize, and simulate circuits for the EeroQ Wonderlake device, an electron based quantum computer . We will go over the process of setting up a Superstaq provider and compiling circuits to an EeroQ backend, retrieving the optimized circuits. We will also demonstrate how to perform noisy simulations for EeroQ hardware.
For this tutorial, we will go over how to get started with using Superstaq to compile, optimize, and simulate circuits for the EeroQ Wonderlake device, an electron based quantum computer. We will go over the process of setting up a Superstaq provider and compiling circuits to an EeroQ backend, retrieving the optimized circuits. We will also demonstrate how to perform noisy simulations for EeroQ hardware.

Below, you will find links to identical tutorials that demonstrate Superstaq for EeroQ using either Qiskit or Cirq.

Expand Down
2 changes: 1 addition & 1 deletion general-superstaq/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
checks-superstaq~=0.5.32
checks-superstaq~=0.5.33
pyyaml>=6.0
2 changes: 1 addition & 1 deletion general-superstaq/general_superstaq/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.32"
__version__ = "0.5.33"
2 changes: 1 addition & 1 deletion qiskit-superstaq/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checks-superstaq~=0.5.32
checks-superstaq~=0.5.33
2 changes: 1 addition & 1 deletion qiskit-superstaq/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
general-superstaq~=0.5.32
general-superstaq~=0.5.33
qiskit>=1.0.0
symengine~=0.13.0
2 changes: 1 addition & 1 deletion supermarq-benchmarks/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checks-superstaq~=0.5.32
checks-superstaq~=0.5.33
4 changes: 2 additions & 2 deletions supermarq-benchmarks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cirq-superstaq~=0.5.32
qiskit-superstaq~=0.5.32
cirq-superstaq~=0.5.33
qiskit-superstaq~=0.5.33
scikit-learn>=1.0
seaborn>=0.13.2

0 comments on commit d70aa2b

Please sign in to comment.