Skip to content

Commit

Permalink
Fix constant value in ZNE docs (#2591)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosenal authored Dec 2, 2024
1 parent be6a76c commit a2a6818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guide/zne-3-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ noise_scaling_function = partial(
fidelities = {"single": 1.0}, # Avoid folding single-qubit gates
random_state=random_state, # Useful to get reproducible results
)
# Exponential fit with scale factors [1, 2, 3], assuming an infinite-noise limit of 0.5.
# Exponential fit with scale factors [1, 2, 3], assuming an infinite-noise limit of 0.25.
factory = zne.inference.ExpFactory(scale_factors=[1, 2, 3], asymptote=0.25)
zne_value = zne.execute_with_zne(
Expand Down

0 comments on commit a2a6818

Please sign in to comment.