ohno / Antique.jl

Self-contained, well-tested, well-documented Analytical Solutions of Quantum Mechanical Equations.
https://ohno.github.io/Antique.jl/
MIT License
19 stars 3 forks source link

Commonize special polynomials #51

Closed ohno closed 3 months ago

ohno commented 5 months ago

We currently prioritize each model being independent and self-contained. Some orthogonal polynomials can be made common. Reconsider whether the code should be common before updating to v1.0.0. This issue is related to https://github.com/ohno/Antique.jl/issues/49.

lhapp27 commented 5 months ago

I think the same holds true also for the spherical harmonics. All (spherical symmetric) 3D problems they can use the same common function.

ohno commented 3 months ago

I gave priority to that all member functions are self-contained in each file.

Also, Commonization of spherical harmonic functions, etc. does not change the Public API. Therefore, commonization can be done after the release of a major version 1.0.0 if we need.