Skip to content

Issues with eigenvalues and spatial distribution of 3D hydrogen atom #9

Answered by rafael-fuente
Ionizing asked this question in Q&A
Discussion options

You must be logged in to vote

The problem is the spatial discretization, as you said 30x30x30 is very small, especially considering that the Coulomb potential has a singularity. The problem is fixed using a smoother discretization, but If you try a discretization smoother than (50x50x50) you will soon find that a personal computer cannot handle it.

But I already fixed the problem!

It happens that LOBPCG algorithm can deal with very large grids (200x200x200) and improve the accuracy of the solver considerably. I'm working on implementing it. I will update the repository with the implementation this weekend.

Using a 200x200x200 grid these are energies:

[-13.52, -3.384, -1.502, -0.826, -0.531] eV

while the analytical one…

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@rafael-fuente
Comment options

@Ionizing
Comment options

@Ionizing
Comment options

@rafael-fuente
Comment options

@Ionizing
Comment options

Answer selected by Ionizing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants