Skip to content

Program for calculating the energies of the eigenstates of hydrogen, as well as writing the specified (radial) wavefunction to a .txt file. This is my solution to a homework problem in computational atomic physics.

Notifications You must be signed in to change notification settings

JSorngard/hydrogen-eigenstates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hydrogen-eigenstates

Program calculating the energies of the eigenstates of hydrogen, as well as writing the specified wavefunction to a .txt file.

It does this using the B-spline method to solve a matrix eigenvalue problem. The quantum numbers n and l are hardcoded in the program, and found at the start.

In order to run this program gfortran, lapack and blas must be present. Compile the program by running "./compile". First compile must be made executable by running "chmod u+x compile". After compilation a new executable file will have been made called "eigensplines.out".

About

Program for calculating the energies of the eigenstates of hydrogen, as well as writing the specified (radial) wavefunction to a .txt file. This is my solution to a homework problem in computational atomic physics.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published