Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SOAP/particle_selection/SO_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def spin_parameter(self) -> unyt.unyt_quantity:
"""
Spin parameter of all particles in the spherical overdensity.

Computed as in Bullock et al. (2021):
Computed as in Bullock et al. (2001):
lambda = |Ltot| / (sqrt(2) * M * v_max * R)
"""
if self.Mtotpart == 0:
Expand Down
2 changes: 1 addition & 1 deletion SOAP/particle_selection/subhalo_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ def spin_parameter(self) -> unyt.unyt_quantity:
"""
Spin parameter of all particles in the subhalo.

Computed as in Bullock et al. (2021):
Computed as in Bullock et al. (2001):
lambda = |Ltot| / (sqrt(2) * M * v_max * R)

Since a subhalo does not have a characteristic radius, R, we instead use
Expand Down
2 changes: 1 addition & 1 deletion documentation/footnote_spin.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\paragraph{$^{$FOOTNOTE_NUMBER$}$The spin parameter}\label{footnote:$FOOTNOTE_NUMBER$} is computed following Bullock et al. (2021):
\paragraph{$^{$FOOTNOTE_NUMBER$}$The spin parameter}\label{footnote:$FOOTNOTE_NUMBER$} is computed following Bullock et al. (2001):

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