.gitattributes
.gitignore
.readthedocs.yml
.travis.yml
Dockerfile
README.md
setup.py
update_version.py
version.txt
celmech/__init__.py
celmech/andoyer.py
celmech/canonical_transformations.py
celmech/disturbing_function.py
celmech/hamiltonian.py
celmech/lie_transformations.py
celmech/maps.py
celmech/miscellaneous.py
celmech/multiplanet_hamiltonian.py
celmech/nbody_simulation_utilities.py
celmech/numerical_resonance_models.py
celmech/numerical_resonance_utils.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/test/__init__.py
celmech/test/test_disturbing_function.py
celmech/test/test_nbody_simulation_utilities.py
celmech/test/test_poincare.py
celmech/test/test_poincare_hamiltonian.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/canonical_transformations.rst
docs/conf.py
docs/disturbing_function.rst
docs/hamiltonian.rst
docs/index.rst
docs/maps.rst
docs/miscellaneous.rst
docs/numerical_resonance_models.rst
docs/poincare.rst
docs/quickstart.rst
docs/requirements.txt
docs/secular.rst
docs/images/SimplePendulum_7_1.png
docs/images/get_simarchive_integration_results_example.png
docs/images/nbody_vs_lie.png
docs/images/nbody_vs_lie_with_second_order.png
docs/images/nbody_vs_sec_vs_res.png
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/AddingDisturbingFunctionTerms.ipynb
jupyter_examples/BasicCanonicalTransformation.ipynb
jupyter_examples/CanonicalTransformations.ipynb
jupyter_examples/ChirikovStandardMap.ipynb
jupyter_examples/CoordinatesConvertingToFromNbody.ipynb
jupyter_examples/DisturbingFunctionArguments.ipynb
jupyter_examples/DisturbingFunctionCoefficients.ipynb
jupyter_examples/FirstOrderGeneratingFunction.ipynb
jupyter_examples/FrequencyAnalysis.ipynb
jupyter_examples/Laplace-LagrangeSecularTheory.ipynb
jupyter_examples/OverstableLibrations.ipynb
jupyter_examples/PlanarResonanceEquations.ipynb
jupyter_examples/QuickstartExample.ipynb
jupyter_examples/ResonantChain.ipynb
jupyter_examples/ResonantPeriodicOrbits.ipynb
jupyter_examples/SimplePendulum.ipynb
jupyter_examples/SpatialResoanceEquations.ipynb
jupyter_examples/TransitTimingVariations.ipynb
src/Makefile
src/disturbing_function.c
src/fmft.c
src/fmftPy.c
src/nrutil.c
src/nrutil.h
src/poisson_series.c