Skip to content

Commit

Permalink
Typo in T2* Ramsey Characterization document (backport #1496) (#1497)
Browse files Browse the repository at this point in the history
### Summary

Typo fixed in T2* Ramsey Characterization document
fixes #1495 <hr>This is an automatic backport of pull request #1496 done
by [Mergify](https://mergify.com).

Co-authored-by: Brijesh Thummar <[email protected]>
  • Loading branch information
mergify[bot] and Brijeshthummar02 authored Nov 25, 2024
1 parent 0bea9df commit 2c84a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manuals/characterization/t2ramsey.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pure T1/T2 relaxation noise model.
backend = AerSimulator.from_backend(FakePerth(), noise_model=noise_model)

The resulting graph will have the form:
:math:`f(t) = a^{-t/T_2*} \cdot \cos(2 \pi f t + \phi) + b` where *t* is
:math:`f(t) = a e^{-t/T_2*} \cdot \cos(2 \pi f t + \phi) + b` where *t* is
the delay, :math:`T_2^\ast` is the decay factor, and *f* is the detuning
frequency.

Expand Down

0 comments on commit 2c84a8c

Please sign in to comment.