diff --git a/cirq-superstaq/dev-requirements.txt b/cirq-superstaq/dev-requirements.txt index aaff347d4..1a344e7a4 100644 --- a/cirq-superstaq/dev-requirements.txt +++ b/cirq-superstaq/dev-requirements.txt @@ -1,2 +1,2 @@ -checks-superstaq~=0.5.32 -qiskit-superstaq~=0.5.32 +checks-superstaq~=0.5.33 +qiskit-superstaq~=0.5.33 diff --git a/cirq-superstaq/example-requirements.txt b/cirq-superstaq/example-requirements.txt index e0683af15..529de71d0 100644 --- a/cirq-superstaq/example-requirements.txt +++ b/cirq-superstaq/example-requirements.txt @@ -1,2 +1,2 @@ notebook>=6.5.5 -qiskit-superstaq~=0.5.32 +qiskit-superstaq~=0.5.33 diff --git a/cirq-superstaq/requirements.txt b/cirq-superstaq/requirements.txt index d15986aa4..360d13cb4 100644 --- a/cirq-superstaq/requirements.txt +++ b/cirq-superstaq/requirements.txt @@ -1,2 +1,2 @@ cirq-core>=1.0.0 -general-superstaq~=0.5.32 +general-superstaq~=0.5.33 diff --git a/docs/requirements.txt b/docs/requirements.txt index 4362fe7d3..d51d4dc55 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 diff --git a/docs/source/optimizations/eeroq/eeroq.rst b/docs/source/optimizations/eeroq/eeroq.rst index 1ea41be02..009a51589 100644 --- a/docs/source/optimizations/eeroq/eeroq.rst +++ b/docs/source/optimizations/eeroq/eeroq.rst @@ -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. diff --git a/general-superstaq/dev-requirements.txt b/general-superstaq/dev-requirements.txt index c053f2e26..2d41c7ba3 100644 --- a/general-superstaq/dev-requirements.txt +++ b/general-superstaq/dev-requirements.txt @@ -1,2 +1,2 @@ -checks-superstaq~=0.5.32 +checks-superstaq~=0.5.33 pyyaml>=6.0 diff --git a/general-superstaq/general_superstaq/_version.py b/general-superstaq/general_superstaq/_version.py index fe1a564be..66da99f76 100644 --- a/general-superstaq/general_superstaq/_version.py +++ b/general-superstaq/general_superstaq/_version.py @@ -1 +1 @@ -__version__ = "0.5.32" +__version__ = "0.5.33" diff --git a/qiskit-superstaq/dev-requirements.txt b/qiskit-superstaq/dev-requirements.txt index 5b6b42053..1db0bce8b 100644 --- a/qiskit-superstaq/dev-requirements.txt +++ b/qiskit-superstaq/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.32 +checks-superstaq~=0.5.33 diff --git a/qiskit-superstaq/requirements.txt b/qiskit-superstaq/requirements.txt index e7a3e6882..e6fbf867b 100644 --- a/qiskit-superstaq/requirements.txt +++ b/qiskit-superstaq/requirements.txt @@ -1,3 +1,3 @@ -general-superstaq~=0.5.32 +general-superstaq~=0.5.33 qiskit>=1.0.0 symengine~=0.13.0 diff --git a/supermarq-benchmarks/dev-requirements.txt b/supermarq-benchmarks/dev-requirements.txt index 5b6b42053..1db0bce8b 100644 --- a/supermarq-benchmarks/dev-requirements.txt +++ b/supermarq-benchmarks/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.32 +checks-superstaq~=0.5.33 diff --git a/supermarq-benchmarks/requirements.txt b/supermarq-benchmarks/requirements.txt index 4c8cb63d0..54fcecb13 100644 --- a/supermarq-benchmarks/requirements.txt +++ b/supermarq-benchmarks/requirements.txt @@ -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