Skip to content

Commit a7b3c45

Browse files
Spin parameter dates back to 2001 (#203)
1 parent e103b84 commit a7b3c45

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

SOAP/particle_selection/SO_properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def spin_parameter(self) -> unyt.unyt_quantity:
604604
"""
605605
Spin parameter of all particles in the spherical overdensity.
606606
607-
Computed as in Bullock et al. (2021):
607+
Computed as in Bullock et al. (2001):
608608
lambda = |Ltot| / (sqrt(2) * M * v_max * R)
609609
"""
610610
if self.Mtotpart == 0:

SOAP/particle_selection/subhalo_properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ def spin_parameter(self) -> unyt.unyt_quantity:
10321032
"""
10331033
Spin parameter of all particles in the subhalo.
10341034
1035-
Computed as in Bullock et al. (2021):
1035+
Computed as in Bullock et al. (2001):
10361036
lambda = |Ltot| / (sqrt(2) * M * v_max * R)
10371037
10381038
Since a subhalo does not have a characteristic radius, R, we instead use

documentation/footnote_spin.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\paragraph{$^{$FOOTNOTE_NUMBER$}$The spin parameter}\label{footnote:$FOOTNOTE_NUMBER$} is computed following Bullock et al. (2021):
1+
\paragraph{$^{$FOOTNOTE_NUMBER$}$The spin parameter}\label{footnote:$FOOTNOTE_NUMBER$} is computed following Bullock et al. (2001):
22

33
\begin{equation}
44
\lambda{} = \frac{|\vec{L}_{\rm{}tot}|}{\sqrt{2}M v_{\rm{}max} R},

0 commit comments

Comments
 (0)