1
0

Prepare libraries for integrators

This commit is contained in:
Thibault Barnouin
2021-10-15 16:30:28 +02:00
parent 0c8bb87032
commit 3ff45dec30

8
lib/integrator.py Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/python
# -*- coding:utf-8 -*-
"""
Implementation of the various integrators for numerical integration.
"""
def leapfrog():
return 0