celeries documentation#

celeries (celestial mechanics series) is a computer algebra package dedicated to celestial mechanics and inspired by TRIP. celeries includes a general framework to perform series expansion in python (celeries.series), algorithms for the computation of the N-body Hamiltonian (celeries.perham), following [1], [2], and specific methods to study mean-motion resonances and resonant chains (celeries.mmr), following [3].

Please cite [3] if you use celeries in a publication.

Installation#

Using conda#

The celeries package can be installed using conda with the following command:

conda install -c conda-forge celeries

Using pip#

It can also be installed using pip with:

pip install celeries

Notebook examples#

API Reference#

References#