BlackHolePerturbationToolkit / Teukolsky

A Mathematica package for computing solutions to the Teukolsky equation.
http://bhptoolkit.org/Teukolsky/
MIT License
19 stars 3 forks source link

Add shorthand for extended homogeneous solutions #22

Open barrywardell opened 2 years ago

barrywardell commented 2 years ago

Currently extended homogeneous solutions are obtained using the syntax Psi["ExtendedHomogeneous" -> "\[ScriptCapitalH]"][10]. Should we also allow the shorter version Psi["\[ScriptCapitalH]"][10]? It would involve less typing but is also less explicit about what it's computing. The alternative is that we can leave things as the are and instead encourage users to introduce intermediate symbols, e.g.

PsiH = Psi["ExtendedHomogeneous" -> "\[ScriptCapitalH]"];
PsiH[10]