Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Oct 16, 2024
1 parent 8693d0e commit a03f08a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/guide/lre-1-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ mitigated = sum(
exp_val * coeff
for exp_val, coeff in zip(noise_scaled_exp_values, coefficients)
)
print(
f"Error with mitigation (LRE): {abs(ideal - mitigated):.{3}}"
)
print(f"Error with mitigation (LRE): {abs(ideal - mitigated):.{3}}")
```

As you can see we again see a nice improvement in the accuracy using a two stage application of LRE.

0 comments on commit a03f08a

Please sign in to comment.