Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop referring to qiskit.org in API docs #1242

Merged
merged 1 commit into from
Nov 28, 2023
Merged
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 qiskit_ibm_runtime/options/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Options:

Refer to the
`Qiskit Runtime documentation
<https://qiskit.org/documentation/partners/qiskit_ibm_runtime>`_.
<https://docs.quantum.ibm.com/run/configure-error-mitigation>`_.
for more information about the error mitigation methods used at each level.

max_execution_time: Maximum execution time in seconds, which is based
Expand All @@ -69,7 +69,7 @@ class Options:

Refer to the
`Max execution time documentation
<https://docs.quantum-computing.ibm.com/run/max-execution-time#maximum-execution-time>`_.
<https://docs.quantum.ibm.com/run/max-execution-time>`_.
for more information.

transpilation: Transpilation options. See :class:`TranspilationOptions` for all
Expand Down
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/qiskit_runtime_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def backends(
QiskitRuntimeService.backends(open_pulse=True)

For the full list of backend attributes, see the `IBMBackend` class documentation
<https://qiskit.org/documentation/apidoc/providers_models.html>
<https://docs.quantum.ibm.com/api/qiskit/providers_models>

Returns:
The list of available backends that match the filter.
Expand Down
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(
forcibly closed. Can be specified as seconds (int) or a string like "2h 30m 40s".
This value must be less than the
`system imposed maximum
<https://qiskit.org/documentation/partners/qiskit_ibm_runtime/faqs/max_execution_time.html>`_.
<https://docs.quantum.ibm.com/run/max-execution-time>`_.

Raises:
ValueError: If an input value is invalid.
Expand Down
Loading