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 db61e13 commit 4e3ed4d
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 @@ -145,7 +145,7 @@ def run(self, circuits: Iterable[Union[QuantumCircuit, EstimatorPubLike]]) -> Ru
"""Submit a request to the noise learner program.
This function breaks the given list of circuits into a list of unique layers, following
the strategy set by the ``twirling-strategy`` field specified in the ``options`` (see
the strategy set by the ``twirling_strategy`` field specified in the ``options`` (see
:class:`NoiseLearnerOptions` for more details) and sorting them based on the number of
times they occur in the various circuits. Then, it runs the noise learning experiment
for as many layers as specified by the ``max_layers_to_learn`` field in the ``options``,
Expand Down

0 comments on commit 4e3ed4d

Please sign in to comment.