Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFerracin committed Jul 31, 2024
1 parent eb845db commit 1b97934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/noise_learner/noise_learner.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def run(self, circuits: Iterable[Union[QuantumCircuit, EstimatorPubLike]]) -> Ru
Args:
circuits: An iterable of circuits to run the noise learner program for. Alternatively,
pub-like (primitive unified bloc) objects can be specified, such as
estimator pub-like (primitive unified bloc) objects can be specified, such as
tuples ``(circuit, observables)`` or ``(circuit, observables, parameter_values)``.
In this case, the pub-like objects are converted to a list of circuits, and all
the other fields (such as ``observables`` and ``parameter_values``) are ignored.
Expand Down

0 comments on commit 1b97934

Please sign in to comment.