Skip to content

Commit

Permalink
try full path
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Oct 16, 2024
1 parent a03f08a commit 58d249c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guide/lre-1-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ print(f"Error without mitigation: {abs(ideal - noisy) :.5f}")
With the circuit and executor defined, we just need to choose the polynomial extrapolation degree as well as the fold multiplier.

```{code-cell} ipython3
from mitiq.lre import execute_with_lre
from mitiq.lre.lre import execute_with_lre
degree = 2
Expand Down

0 comments on commit 58d249c

Please sign in to comment.