Skip to content

Commit

Permalink
Set num_to_average=3
Browse files Browse the repository at this point in the history
  • Loading branch information
francescsabater authored Mar 11, 2024
1 parent 9a0b071 commit 0c6a560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples/qibo-noisy-simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ scale_factors = [1, 2, 3]
factory = RichardsonFactory(
scale_factors=scale_factors
) # default ZNE configuration
mitigated = zne.execute_with_zne(c, executor, factory=factory)
mitigated = zne.execute_with_zne(c, executor, factory=factory, num_to_average=3)
print(f"Mitigated result {mitigated:.3f}")
```

Expand Down

0 comments on commit 0c6a560

Please sign in to comment.