From 3ff45dec30785d1199e17139a98d3d04e647ceb2 Mon Sep 17 00:00:00 2001 From: Thibault Barnouin Date: Fri, 15 Oct 2021 16:30:28 +0200 Subject: [PATCH] Prepare libraries for integrators --- lib/integrator.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/integrator.py diff --git a/lib/integrator.py b/lib/integrator.py new file mode 100644 index 0000000..a54ff7e --- /dev/null +++ b/lib/integrator.py @@ -0,0 +1,8 @@ +#!/usr/bin/python +# -*- coding:utf-8 -*- +""" +Implementation of the various integrators for numerical integration. +""" + +def leapfrog(): + return 0