From f9746f8e22ee33525abde628dfb37ed94f536b9e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 19 Jan 2023 15:48:30 +0100 Subject: Add a sample script for using the solver from Python --- README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README') diff --git a/README b/README index a9333d4..6e87fcb 100644 --- a/README +++ b/README @@ -40,6 +40,8 @@ the equation on initialization. The instance methods then allow to evaluate the solution where needed. The following python scripts are bundled: +- teukolsky.py + Solves the constraints and prints the residuald and spectral coefficients - find_bound.py Locates A_max using bisection -- cgit v1.2.3