Skip to content

Commit

Permalink
scrub RuntimeOptions from docs (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu00 authored Jul 18, 2024
1 parent 674017d commit 55d0abb
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion qiskit_ibm_runtime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
IBMBackend
RuntimeJob
RuntimeJobV2
RuntimeOptions
RuntimeEncoder
RuntimeDecoder
"""
Expand Down
2 changes: 0 additions & 2 deletions qiskit_ibm_runtime/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ def run( # pylint: disable=arguments-differ
parameter_values: Concrete parameters to be bound.
**kwargs: Individual options to overwrite the default primitive options.
These include the runtime options in :class:`qiskit_ibm_runtime.RuntimeOptions`.
Returns:
Submitted job.
Expand Down Expand Up @@ -370,7 +369,6 @@ def _run( # pylint: disable=arguments-differ
parameter_values: An optional list of concrete parameters to be bound.
**kwargs: Individual options to overwrite the default primitive options.
These include the runtime options in :class:`~qiskit_ibm_runtime.RuntimeOptions`.
Returns:
Submitted job
Expand Down
1 change: 0 additions & 1 deletion qiskit_ibm_runtime/fake_provider/local_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def run(
inputs: Program input parameters. These input values are passed
to the runtime program.
options: Runtime options that control the execution environment.
See :class:`RuntimeOptions` for all available options.
Returns:
A job representing the execution.
Expand Down
1 change: 0 additions & 1 deletion qiskit_ibm_runtime/qiskit_runtime_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,6 @@ def run(
inputs: Program input parameters. These input values are passed
to the runtime program.
options: Runtime options that control the execution environment.
See :class:`RuntimeOptions` for all available options.
callback: Callback function to be invoked for any interim results and final result.
The callback function will receive 2 positional parameters:
Expand Down
2 changes: 0 additions & 2 deletions qiskit_ibm_runtime/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ def run( # pylint: disable=arguments-differ
a list of (parameterized) :class:`~qiskit.circuit.QuantumCircuit`.
parameter_values: Concrete parameters to be bound.
**kwargs: Individual options to overwrite the default primitive options.
These include the runtime options in :class:`qiskit_ibm_runtime.RuntimeOptions`.
Returns:
Submitted job.
Expand Down Expand Up @@ -296,7 +295,6 @@ def _run( # pylint: disable=arguments-differ
a list of (parameterized) :class:`~qiskit.circuit.QuantumCircuit`.
parameter_values: An optional list of concrete parameters to be bound.
**kwargs: Individual options to overwrite the default primitive options.
These include the runtime options in :class:`qiskit_ibm_runtime.RuntimeOptions`.
Returns:
Submitted job.
Expand Down
1 change: 0 additions & 1 deletion qiskit_ibm_runtime/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ def run(
inputs: Program input parameters. These input values are passed
to the runtime program.
options: Runtime options that control the execution environment.
See :class:`qiskit_ibm_runtime.RuntimeOptions` for all available options.
callback: Callback function to be invoked for any interim results and final result.
Returns:
Expand Down

0 comments on commit 55d0abb

Please sign in to comment.