Solving the Hydrogen Molecule computationally

  • Thread starter Thread starter dipole
  • Start date Start date
  • Tags Tags
    Hydrogen Molecule
dipole
Messages
553
Reaction score
151
Hi, I'm interested in solving the Hydrogen Molecule for a school project (computational physics course) WITH electron interactions included. I'm thinking of calculating the bond length using some kind of variational method, but I'd also like to calculate the energy levels of the two-electron wave function and compare to experiment.

What I need are some good references to get me started. I need an approach which isn't overly sophisticated so the code can be written from scratch over the course of a few weeks (i.e. please don't suggest using a DFT approach or something very complicated like that...). I'm open to Monte Carlo or some kind of relaxation method or other! I've tried searching in the American Journal of Physics, but I didn't find much there so I'm hoping maybe some people here can post some info and some references to point me in the right direction.

Again, this isn't really so much about understanding the physics as it is understanding how to actually do the numerical computation since this is a three-body problem (well four technically, but I plan on treating the protons as being fixed) and analytical methods are out of the question.

Thanks.
 
Physics news on Phys.org
dipole said:
Hi, I'm interested in solving the Hydrogen Molecule for a school project (computational physics course) WITH electron interactions included. I'm thinking of calculating the bond length using some kind of variational method, but I'd also like to calculate the energy levels of the two-electron wave function and compare to experiment.

What I need are some good references to get me started. I need an approach which isn't overly sophisticated so the code can be written from scratch over the course of a few weeks
Nice, ambitious project!

As a good starting point, I suggest you look at Atkins and Friedman, Molecular Quantum Mechanics, 5th ed. (OUP, 2011). Fourth edition will also do, not sure about the ealier ones. Chapter 9 pretty much spells out the recipe (see especially Fig. 9.1).

Usually, the main difficulty is making the equations converge. But for a two-electron system, you basically end up having to solve only a quadratic equation, so it should be doable without having to learn about optimization methods.

Good luck!
 
DrClaude said:
Nice, ambitious project!

As a good starting point, I suggest you look at Atkins and Friedman, Molecular Quantum Mechanics, 5th ed. (OUP, 2011). Fourth edition will also do, not sure about the ealier ones. Chapter 9 pretty much spells out the recipe (see especially Fig. 9.1).

Usually, the main difficulty is making the equations converge. But for a two-electron system, you basically end up having to solve only a quadratic equation, so it should be doable without having to learn about optimization methods.

Good luck!

Great, thanks for the tip!

If anyone else out there has additional resources I'd love to hear them!
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. Towards the end of the first lecture for the Qiskit Global Summer School 2025, Foundations of Quantum Mechanics, Olivia Lanes (Global Lead, Content and Education IBM) stated... Source: https://www.physicsforums.com/insights/quantum-entanglement-is-a-kinematic-fact-not-a-dynamical-effect/ by @RUTA
If we release an electron around a positively charged sphere, the initial state of electron is a linear combination of Hydrogen-like states. According to quantum mechanics, evolution of time would not change this initial state because the potential is time independent. However, classically we expect the electron to collide with the sphere. So, it seems that the quantum and classics predict different behaviours!
Back
Top