Skip to content

Commit

Permalink
add note (Qiskit#1992)
Browse files Browse the repository at this point in the history
Co-authored-by: Jun Doi <[email protected]>
  • Loading branch information
ikkoham and doichanj committed Nov 24, 2023
1 parent f8e1a39 commit c784592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_aer/primitives/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def __init__(
transpile_options: Options passed to transpile.
run_options: Options passed to run.
approximation: If True, it calculates expectation values with normal distribution
approximation.
approximation. Note that this appproximation ignores readout errors.
skip_transpilation: If True, transpilation is skipped.
abelian_grouping: Whether the observable should be grouped into commuting.
If approximation is True, this parameter is ignored and assumed to be False.
Expand Down

0 comments on commit c784592

Please sign in to comment.