Units and Conventions
Geometric units
All internal calculations use geometric units where G = c = 1:
Quantity |
Unit |
Symbol |
|---|---|---|
Mass |
Total mass M |
|
Time |
M |
|
Energy |
M |
|
Angular momentum |
M2 |
|
Linear momentum |
M |
|
Velocity (kick) |
c |
|
Spin (dimensionless) |
S / M2 |
|
Kick velocity in km/s
The kick velocity can also be reported in km/s using the conversion
factor from lal (speed of light). This requires lal to be installed:
pip install gw_remnant[lal]
The converted value is available via:
props = calc.get_remnant_properties()
print(props["remnant_kick_kmps"]) # km/s
Sign conventions
Mass ratio: q = m1 / m2 with m1 >= m2, so q >= 1.
Spin vectors: Cartesian
[sx, sy, sz], dimensionless. Aligned-spin systems have only a z-component.Time alignment: t = 0 corresponds to the peak amplitude of the (2, 2) waveform mode.