Eric Agol
Eric Agol
I've seen some mentions of the MKL linear algebra library being fast. I'm wondering if we should try this out: https://github.com/JuliaLinearAlgebra/MKL.jl
Is MKL faster thanks to multi-threading?
We may want to try Octavian.jl
@langfzac I like having the masses come first.
Hmmm.... if I reverse the order of these indices, then I get an error...
These functions are correct. However, David Hernandez found an error in the `ahl21` routine by which the drift and kickfast calls were swapped.
Yes, it was.
It might be worth tracking down which pull request fixed this before closing the issue.
Yes, this is a long-standing problem which I never fixed. The problem is that in the initial conditions code, some of the algebra involves a division by the eccentricity. This...
Hi Nick & Zach - @Tusay @langfzac I'm still looking this over, but have a couple of questions/comments: 1). I think there was an error in the transit criterion, which...