Skip to content

Commit

Permalink
Update qiskit/algorithms/state_fidelities/base_state_fidelity.py
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Wood <[email protected]>
  • Loading branch information
ElePT and woodsp-ibm authored Sep 2, 2022
1 parent 637e63e commit 78d6b79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qiskit/algorithms/state_fidelities/base_state_fidelity.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ def _run(
values_1: Numerical parameters to be bound to the first set of circuits
values_2: Numerical parameters to be bound to the second set of circuits.
run_options: Backend runtime options used for circuit execution. The order
of priority is: run_options in ``run`` method > fidelity's default
run_options > primitive's default setting.
Higher priority setting overrides lower priority setting.
of priority is\: run_options in ``run`` method > fidelity's default
run_options > primitive's default setting.
Higher priority setting overrides lower priority setting.
Returns:
The result of the fidelity calculation.
Expand Down

0 comments on commit 78d6b79

Please sign in to comment.