dtamayo / spock

🖖 A package to determine whether planetary orbital configurations will live long and prosper
GNU General Public License v3.0
63 stars 15 forks source link

Mass instead of eccentricity? #12

Closed franpoz closed 4 years ago

franpoz commented 4 years ago

Hi, Is there any physical or computational restriction which prevents the user the usage of SPOCK to explore the stabilities in a range of masses instead of eccentricities?

Thanks!

dtamayo commented 4 years ago

No, SPOCK can do that too. We just show eccentricities in the paper since that has a more dramatic effect on stability. One thing to keep in mind is that the training set only goes up to mass ratios (with the star) of 10^-4, or 2x Neptune around the Sun, which captures the majority of known 3+ planet systems. I would bet that it extrapolates reasonably to higher masses, but we haven't tested it rigorously. If you're trying to run it on giant planet systems, it might be worth validating it against N-body. We would be interested in your results!

franpoz commented 4 years ago

Thanks!