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

Usages to avoid function name conflicts #47

Closed ohno closed 3 months ago

ohno commented 5 months ago

It would be better to add usages to avoid function name conflicts to the documentation.

julia> using Antique: V as potential, E as energy, ψ as wavefuntion, HydrogenAtom

julia> H = HydrogenAtom()
HydrogenAtom(1, 1.0, 1.0, 1.0, 1.0)

julia> energy(H)
-0.5