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.
Ask for user input for orbital (e.g. 1s, 4d, 7p, etc.)
Calculate l, n, and m.
Ask for element from periodic table, of that specific orbital.
Generate wave function plot and radial distribution function.
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.
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!