ohno / Antique.jl

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

3D harmonic oscillator #50

Open ohno opened 2 months ago

ohno commented 2 months ago

3D isotropic harmonic oscillator on spherical coordinate system is already implemented as SphericalOscillator https://github.com/ohno/Antique.jl/issues/7.

HarmonicOscillator3D is reserved for the name of this model. Please implement the anisotropic (general) 3D harmonic oscillator on Cartesian coordinate system. The spherical harmonics will not be used and a product of three Hermitian polynomials should be used for wavefunction. Refer to the well tested 1D harmonic oscillator:

https://github.com/ohno/Antique.jl/blob/ac92c6260de27ee1171a9c04b8ecacdfdf471b48/src/HarmonicOscillator.jl#L1-L34