Skip to content

Commit

Permalink
docstring cleanup in constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Dec 26, 2023
1 parent 259337c commit 76f175b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lmo/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@

theta_m: Final[float] = 0.955316618124509278163857102515757754
r"""
Magic angle \( \theta_m = \arctan \sqrt 2 \approx 0.9553 \).
Magic angle \( \theta_m = \arctan \sqrt 2 \).
See also:
- https://wikipedia.org/wiki/Magic_angle
- [Magic angle - Wikipedia](https://wikipedia.org/wiki/Magic_angle)
"""

theta_m_bar: Final[float] = 0.152043361992348182457286110194392272
r"""
Magic number of turns \( \bar{\theta}_m = \theta_m / (2 \pi) \approx 0.1520 \)
Magic number of turns \( \bar{\theta}_m = \theta_m / (2 \pi) \).
See also:
- [theta_m][lmo.constants.theta_m]
- https://wikipedia.org/wiki/Magic_angle
- https://wikipedia.org/wiki/Turn_(angle)
- [`lmo.constants.theta_m`][lmo.constants.theta_m]
- [Magic angle - Wikipedia](https://wikipedia.org/wiki/Magic_angle)
- [Turn (angle) - Wikipedia](https://wikipedia.org/wiki/Turn_(angle))
"""

0 comments on commit 76f175b

Please sign in to comment.