Skip to content

Commit

Permalink
Update the value of the gravitational constant (#56)
Browse files Browse the repository at this point in the history
Use the latest standard value (2018), which is the one used by SciPy.
  • Loading branch information
santisoler authored May 12, 2023
1 parent bffdf6d commit cd1988e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions choclo/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"""
Define universal constants
"""
#: Gravitational constant :math:`G` in SI units (:math:`m^3 kg^{-1} s^{-1}`)
GRAVITATIONAL_CONST = 0.00000000006673
#: Gravitational constant :math:`G` in SI units (:math:`m^3 kg^{-1} s^{-2}`)
GRAVITATIONAL_CONST = 6.6743e-11

#: Vacuum magnetic permeability :math:`\mu_0` in SI units (:math:`NA^{-2}`)
VACUUM_MAGNETIC_PERMEABILITY = 1.25663706212e-06

0 comments on commit cd1988e

Please sign in to comment.