Skip to content

Latest commit

 

History

History

EigenstatesSolver

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Eigenstates Solver

Solve the time independant Schrödinger equation for potential in 1D and 2D.

How to use

# Define your potential
def potential(x,y):
    return x+y

plot_2D_eigenstates(potential)

Some potential functions are implemented in the potential.py file.

If you run the eigensovler file you should get the following output :

alt

alt

References

Code originally based on https://github.com/lukepolson/youtube_channel