qnm

Calculate quasinormal modes of Kerr black holes.

The highest-level interface is via qnm.cached.KerrSeqCache, which will fetch instances of qnm.spinsequence.KerrSpinSeq. This is most clearly demonstrated with an example.

TODO More documentation

Examples

>>> import qnm
>>> # qnm.download_data() # Only need to do this once
>>> grav_220 = qnm.modes_cache(s=-2,l=2,m=2,n=0)
>>> omega, A, C = grav_220(a=0.68)
>>> print(omega)
(0.5239751042900845-0.08151262363119986j)