-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3D infinite square well #41
Comments
I can implement this module. The other models in the open issues seem to require numeric solutions. |
This is a good first issue (development practice). I would like to save it for the main force developers of Antique.jl v2.0.0. I want you to work on challenging issues if you haven't started developing yet. The purpose of this package is to provide a benchmark for numerical calculations. There is no problem even if it is not a "pure analytical" solution, as long as it is "almost analytical". The problem is that it will take more time, but I will support you. How about the model below?
|
Added module InfinitePotentialWell3D #41
I believe that various potentials can be applied to general 1D, 2D, and 3D problems, including potential wells and their symmetries such as spherical, cylindrical, etc. Perhaps it is interesting to consider. |
I think this potential is simple and has an analytic solution.
The text was updated successfully, but these errors were encountered: