Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api/qiskit-ibm-runtime/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ The qiskit-ibm-runtime `v0.41.0` release focuses on the removal of IBM Quantum P
* The `channel_strategy` parameter in `QiskitRuntimeService` has been removed. To continue using Q-CTRL in your workflow, please explore the following options:

> * If your organization has an existing IBM Quantum Premium Plan instance: migrate to the Q-CTRL Performance Management Function, found in the [Qiskit Functions Catalog](https://quantum.ibm.com/functions).
> * To continue using Qiskit Runtime with IBM Cloud: migrate to Q-CTRL Fire Opal, the same performance management product accessible directly through Q-CTRL. You can [connect your IBM Cloud API key and Qiskit Runtime CRN](https://docs.q-ctrl.com/fire-opal/discover/hardware-providers/how-to-authenticate-with-ibm-credentials) to Fire Opal. ([1966](https://github.com/Qiskit/qiskit-ibm-runtime/pull/1966))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link needs to be fixed in the runtime repo

Jessie said to just ignore it, since it's in a really old release note. I'll add to the Ignore file.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, we can't ignore the issue because it's in the release notes. Our script regenerates the whole release note file with each version, so we would revert the change in the future if it's not fixed.

We can only ignore issues with historical versions if it's in a page different than the release notes :(

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my opinion we should fix it on the runtime repo and remove the redirect in external-redirects.ts given that it won't be necessary anymore

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

> * To continue using Qiskit Runtime with IBM Cloud: migrate to Q-CTRL Fire Opal, the same performance management product accessible directly through Q-CTRL. You can [connect your IBM Cloud API key and Qiskit Runtime CRN](https://docs.q-ctrl.com/fire-opal/discover/hardware-providers/how-to-migrate-from-performance-management-on-ibm-cloud) to Fire Opal. ([1966](https://github.com/Qiskit/qiskit-ibm-runtime/pull/1966))

<span id="id62" />

Expand Down Expand Up @@ -692,7 +692,7 @@ The qiskit-ibm-runtime `v0.41.0` release focuses on the removal of IBM Quantum P
* The `channel_strategy` parameter has been deprecated. The Q-CTRL Performance Management strategy will be removed on October 18th, 2024. To continue using Q-CTRL in your workflow, please explore the following options:

> * If your organization has an existing IBM Quantum Premium Plan instance: migrate to the Q-CTRL Performance Management Function, found in the [Qiskit Functions Catalog](https://quantum.ibm.com/functions).
> * To continue using Qiskit Runtime with IBM Cloud: migrate to Q-CTRL Fire Opal, the same performance management product accessible directly through Q-CTRL. You can [connect your IBM Cloud API key and Qiskit Runtime CRN](https://docs.q-ctrl.com/fire-opal/discover/hardware-providers/how-to-authenticate-with-ibm-credentials) to Fire Opal. ([1931](https://github.com/Qiskit/qiskit-ibm-runtime/pull/1931))
> * To continue using Qiskit Runtime with IBM Cloud: migrate to Q-CTRL Fire Opal, the same performance management product accessible directly through Q-CTRL. You can [connect your IBM Cloud API key and Qiskit Runtime CRN](https://docs.q-ctrl.com/fire-opal/discover/hardware-providers/how-to-migrate-from-performance-management-on-ibm-cloud) to Fire Opal. ([1931](https://github.com/Qiskit/qiskit-ibm-runtime/pull/1931))

* In a future release, `RuntimeJob.status()` will be returned as a string instead of an instance of `JobStatus`. ([1933](https://github.com/Qiskit/qiskit-ibm-runtime/pull/1933))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python_api_name: qiskit.algorithms.optimizers.ISRES

Improved Stochastic Ranking Evolution Strategy optimizer.

Improved Stochastic Ranking Evolution Strategy (ISRES) is an algorithm for non-linearly constrained global optimization. It has heuristics to escape local optima, even though convergence to a global optima is not guaranteed. The evolution strategy is based on a combination of a mutation rule and differential variation. The fitness ranking is simply via the objective function for problems without nonlinear constraints. When nonlinear constraints are included, the [stochastic ranking proposed by Runarsson and Yao](https://www.cs.bham.ac.uk/~xin/papers/published_tec_sep00_constraint.pdf) is employed. This method supports arbitrary nonlinear inequality and equality constraints, in addition to the bound constraints.
Improved Stochastic Ranking Evolution Strategy (ISRES) is an algorithm for non-linearly constrained global optimization. It has heuristics to escape local optima, even though convergence to a global optima is not guaranteed. The evolution strategy is based on a combination of a mutation rule and differential variation. The fitness ranking is simply via the objective function for problems without nonlinear constraints. When nonlinear constraints are included, the [stochastic ranking proposed by Runarsson and Yao](https://www.semanticscholar.org/paper/Stochastic-ranking-for-constrained-evolutionary-Runarsson-Yao/827e3d01e52438e29aac1f6c4c8a2ed972a87c75) is employed. This method supports arbitrary nonlinear inequality and equality constraints, in addition to the bound constraints.

NLopt global optimizer, derivative-free. For further detail, please refer to [http://nlopt.readthedocs.io/en/latest/NLopt\_Algorithms/#isres-improved-stochastic-ranking-evolution-strategy](http://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/#isres-improved-stochastic-ranking-evolution-strategy)

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/global-data-quantum-optimizer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@
"\n",
"<Admonition type=\"note\" title=\"Recommendations\">\n",
"* Read [the associated research paper](https://arxiv.org/pdf/2412.19150).\n",
"* Request access to the function by filling in [this form](https://www.globaldataquantum.com/en/quantum-portfolio-optimizer/#form).\n",
"* Request access to the function by filling in [this form](https://globaldatum.io/qiskit-function/#form).\n",
"* Try the [Dynamic Portfolio Optimization](/docs/tutorials/global-data-quantum-optimizer) tutorial.\n",
"\n",
"</Admonition>"
Expand Down
2 changes: 2 additions & 0 deletions scripts/config/external-redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export const externalRedirects = {
"https://pubs.aip.org/aip/jcp/article/148/16/164104/196134/Bravyi-Kitaev-Superfast-simulation-of-electronic",
"https://aip.scitation.org/doi/10.1063/1.5141835":
"https://pubs.aip.org/aip/jcp/article/152/12/124107/953761/Quantum-orbital-optimized-unitary-coupled-cluster",
"https://github.com/Qiskit/ibm-quantum-schemas/blob/main/schemas/backend_properties_schema.json":
"https://quantum.cloud.ibm.com/docs/api/qiskit-runtime-rest/tags/backends#tags__backends__operations__get_backend_configuration",
...Object.fromEntries(
QISKIT_REMOVED_PAGES.map((link) => [
`https://docs.quantum.ibm.com/api/qiskit/${link}`,
Expand Down
6 changes: 3 additions & 3 deletions scripts/js/lib/links/ignores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,16 @@ const ALWAYS_IGNORED_URLS__EXPECTED = [

// These external URLs cause actual 404s and should probably be fixed.
const ALWAYS_IGNORED_URLS__SHOULD_FIX: string[] = [
// These schemas are not available any more. They might have moved, but we're not sure where.
// These schemas are not available any more. References to these in the new API docs have been fixed,
// but they will never be fixed in the old API docs. We decided to leave these links as-is for archival purposes.
"https://github.com/Qiskit/ibm-quantum-schemas/blob/main/schemas/backend_status_schema.json",
"https://github.com/Qiskit/ibm-quantum-schemas/blob/main/schemas/default_pulse_configuration_schema.json",
"https://docs.q-ctrl.com/fire-opal/discover/hardware-providers/how-to-authenticate-with-ibm-credentials",
Copy link
Collaborator

@arnaucasau arnaucasau Feb 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this link to be ignored now? I think we can remove it if it only appears in the qiskit-ibm-runtime release notes


// These links are from old IQP and do not work any more
"https://api.quantum-computing.ibm.com/runtime",
"https://auth.quantum-computing.ibm.com/api",
"https://auth.quantum.ibm.com/api",
"https://quantum-computing.cloud.ibm.com",
"https://us-east.quantum-computing.cloud.ibm.com/",

// Other links that don't seem to exist any more
"https://www.cs.bham.ac.uk/~xin/papers/published_tec_sep00_constraint.pdf",
Expand Down