Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraDysis committed Jan 6, 2025
1 parent d0032fd commit c0ec55c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ When solving GR PDEs in spherical symmetry or even axisymmetry, the requirements
- [x] Dolan and Ottewill Regge poles expansion method
- [ ] WKB approximation
- [ ] Direct integration method
- [x] Compute quasinormal modes for the Teukolsky equation using the continued fraction method. Apply the Cook-Zalutskiy spectral approach for the angular sector to determine the eigenvalue and the ultraspherical spectral method in hyperboloidal coordinates to determine the eigenfunction.
- [x] Continued fraction method for the radial equation
- [x] Compute quasinormal modes for the Kerr black hole using the Teukolsky equation.
- [x] Continued fraction method for the radial equation (translated from [duetosymmetry/qnm](https://github.com/duetosymmetry/qnm))
- [x] Cook-Zalutskiy spectral method for the angular sector (translated from [duetosymmetry/qnm](https://github.com/duetosymmetry/qnm))
- [ ] Direct integration method for the radial equation
- [x] Ultraspherical spectral method in hyperboloidal coordinates to determine the eigenfunction.

Expand Down
5 changes: 3 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ When solving GR PDEs in spherical symmetry or even axisymmetry, the requirements
- [x] Dolan and Ottewill Regge poles expansion method
- [ ] WKB approximation
- [ ] Direct integration method
- [x] Compute quasinormal modes for the Teukolsky equation using the continued fraction method. Apply the Cook-Zalutskiy spectral approach for the angular sector to determine the eigenvalue and the ultraspherical spectral method in hyperboloidal coordinates to determine the eigenfunction.
- [x] Continued fraction method for the radial equation
- [x] Compute quasinormal modes for the Kerr black hole using the Teukolsky equation.
- [x] Continued fraction method for the radial equation (translated from [duetosymmetry/qnm](https://github.com/duetosymmetry/qnm))
- [x] Cook-Zalutskiy spectral method for the angular sector (translated from [duetosymmetry/qnm](https://github.com/duetosymmetry/qnm))
- [ ] Direct integration method for the radial equation
- [x] Ultraspherical spectral method in hyperboloidal coordinates to determine the eigenfunction.

Expand Down

0 comments on commit c0ec55c

Please sign in to comment.