ridiculousfish / wavefiz

GL Wavefunction Visualizer
MIT License
46 stars 3 forks source link

Urgent Question About Formula & Equations Used #1

Open noramoor2007 opened 8 months ago

noramoor2007 commented 8 months ago

Hello! I want to create the same program just a bit simplified, using Java to create a atomic wave and radial distribution function plotter. I was wondering what is/are the specific formulas and equations used to generate the wave function graph? My goal was to create graphs like these, and I can't find an equation anywhere that can be plotted and graphed in Java! Help please! Thank you so much! Please tell me if there are any things you suggest I do instead of the following.

Thank you so much, again!

Screen Shot 2024-02-16 at 10 44 36 AM
ridiculousfish commented 8 months ago

Hello, thanks for your interest. The algorithm approximates the Schrodinger equation in an arbitrary potential using the Numerov method. Here's where the algorithms start.