Skip to content
Snippets Groups Projects

Parallelising spin evolution

Merged Charlie Hoy requested to merge evolve_parallel into master
All threads resolved!
@@ -124,7+124,7 @@
mass_1, mass_2, a_1, a_2, tilt_1, tilt_2, phi_12, f_start, final_velocity,
tolerance, dt, evolution_approximant
):
"""Wrapper function for the SimInspiralSpinTaylorPNEvolveOrbit function
Parameters
----------
@@ -198,7+198,7 @@
tilt_1_evol, tilt_2_evol, phi_12_evol = \
tilt_angles_and_phi_12_from_spin_vectors_and_L(
a_1_evolve, a_2_evolve, Ln_evolve
)
)
else:
tilt_1_evol, tilt_2_evol, phi_12_evol = \
tilt_1, tilt_2, phi_12
Loading