Skip to content

Commit

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

Typo fixed in T2* Ramsey Characterization document
fixes #1495
  • Loading branch information
Brijeshthummar02 authored Nov 25, 2024
1 parent 519bb53 commit fc7acf0
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 fc7acf0

Please sign in to comment.