aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-01-19 15:48:30 +0100
committerAnton Khirnov <anton@khirnov.net>2023-01-19 15:48:30 +0100
commitf9746f8e22ee33525abde628dfb37ed94f536b9e (patch)
treeab2a9c3ef8f8c9025887d26c312351d3607f9c85 /README
parentb0142e448f980bab75afeee9536044a4fa97a025 (diff)
Add a sample script for using the solver from PythonHEADmaster
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
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