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

Typing-friendly names #12

Closed ajarifi closed 3 months ago

ajarifi commented 6 months ago

I used the MorsePotential, but to call n_max is not easy. We have to copy it from the documentation. Probably, it is useful to use typing-friendly names.

ohno commented 5 months ago

I agree with it is a little difficult to type. I'll think of something to do about it. For now, we can type as \_m and tab key on REPL and also we can type it on VSCode by using this plugin.