.gitattributes
.gitignore
.readthedocs.yml
.travis.yml
Dockerfile
README.md
setup.py
update_version.py
version.txt
celmech/__init__.py
celmech/andoyer.py
celmech/celmech_version.py
celmech/disturbing_function.py
celmech/generating_functions.py
celmech/hamiltonian.py
celmech/miscellaneous.py
celmech/multiplanet_hamiltonian.py
celmech/nbody_simulation_utilities.py
celmech/planar_poincare.py
celmech/poincare.py
celmech/poisson_series.py
celmech/resonances.py
celmech/rk_integrator.py
celmech/secular.py
celmech/symplectic_evolution_operators.py
celmech/transformations.py
celmech.egg-info/PKG-INFO
celmech.egg-info/SOURCES.txt
celmech.egg-info/dependency_links.txt
celmech.egg-info/not-zip-safe
celmech.egg-info/requires.txt
celmech.egg-info/top_level.txt
celmech/numerical_resonance_models/__init__.py
celmech/numerical_resonance_models/planarMMR.py
celmech/numerical_resonance_models/spatialMMR.py
celmech/numerical_resonance_models/utils.py
celmech/test/PoincareTest.ipynb
celmech/test/__init__.py
celmech/test/test_andoyer.py
celmech/test/test_disturbing_function.py
celmech/test/test_nbody_simulation_utilities.py
celmech/test/test_poincare.py
celmech/test/test_secular.py
celmech/test/test_transformations.py
celmech/theano_ops/build_utils.py
celmech/theano_ops/kepler/__init__.py
celmech/theano_ops/kepler/kepler.cc
celmech/theano_ops/kepler/kepler.py
celmech/theano_ops/kepler/kepler_test.py
celmech/theano_ops/lib/include/exoplanet/kepler.h
celmech/theano_ops/lib/include/exoplanet/theano_helpers.h
docs/Makefile
docs/andoyer.rst
docs/conf.py
docs/disturbing_function.rst
docs/index.rst
docs/miscellaneous.rst
docs/numerical_resonance_models.rst
docs/poincare.rst
docs/quickstart.rst
docs/requirements.txt
docs/secular.rst
docs/images/quickstart_example_plot.png
docs/images/quickstart_orbit_plot.png
docs/images/secular_nbody_ll_4thOrder_compare.png
docs/images/secular_nbody_ll_compare.png
jupyter_examples/Andoyer_Resonance_Models.ipynb
jupyter_examples/Basic_Poincare_Integration.ipynb
jupyter_examples/ComparingSecularSystemIntegrationMethods.ipynb
jupyter_examples/DisturbingFunctionCoefficients.ipynb
jupyter_examples/GeneratingFunctions.ipynb
jupyter_examples/Kepler-60.ipynb
jupyter_examples/Kepler_60_MCMC_median_param_values.pkl
jupyter_examples/Laplace-Lagrange_Secular_Theory.ipynb
jupyter_examples/LieTransformations.ipynb
jupyter_examples/NonlinearSecularEvolutionNearResonance.ipynb
jupyter_examples/OverstableLibrations.ipynb
jupyter_examples/Phase_Portraits.ipynb
jupyter_examples/PlanarResonanceEquations.ipynb
jupyter_examples/QuickstartExample.ipynb
jupyter_examples/ResonantPeriodicOrbits.ipynb
jupyter_examples/RungeKuttaMethods.ipynb
jupyter_examples/SecularModuleExample.ipynb
jupyter_examples/SecularSymplecticMapExample.ipynb
jupyter_examples/SpatialResoanceEquations.ipynb
jupyter_examples/SymplecticCorrectors.ipynb
jupyter_examples/ipynb2py.py
src/Makefile
src/disturbing_function.c
src/fmft.c
src/fmftPy.c
src/nrutil.c
src/nrutil.h
src/poisson_series.c