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

Rigid rotor #8

Closed ohno closed 6 months ago

ohno commented 9 months ago

Implement the module of :RigidRotor. The analytical solutions are just spherical harmonics. See Wikipedia or Physical Chemistry by McQuarrie & Simon. The code will be almost similar to the code of hydrogen atom.

The spherical harmonics are used in the hydrogen atom.

https://github.com/ohno/Antique.jl/blob/2994e17ee8dd233a6d47c0cdeeefc1c8d4bfe413/src/HydrogenAtom.jl#L32-L39

ohno commented 6 months ago

Thank you for your efforts. RigidRotor will be published as v0.5.0 https://github.com/ohno/Antique.jl/commit/febd4c70527d1aacbc9fb72a575ad79c6bf76fb3.