A Restricted Open Shell Hartree Fock Method

twist.1995
Messages
7
Reaction score
1
Hello, dear scientists and forum users.
I have recently finished programming the restricted closed-shell and unrestricted Hartree-Fock matrix equations. They seem to work fine for small diatomic molecules. However, I cannot understand the restricted open-shell theory that was firstly published by Roothaan. Particularly, in his equations, he separates the matrices according to "SPECIES" and calls them supervectors or supermatrices. Could someone explain how I can 1) multiply supermatrices by normal matrices, 2) Normalize the overlap matrix to the half of the number of open-shell or closed-shell electrons 3) Understand the difference between ROHF, RHF and UHF.
Also, I am wondering in if it is possible to compute the excited states and energies using HF method. Thanks.
See the figure below (extracted from Roothaan's paper, Ref: C. J. Roothaan. 1960. Self-Consistent Field Theory for Open Shells of Electronic Systems. Review of Modern Physics: 32, 2.)
upload_2018-6-28_11-8-49.png
 

Attachments

  • upload_2018-6-28_11-8-49.png
    upload_2018-6-28_11-8-49.png
    33 KB · Views: 529
Physics news on Phys.org
To answer your questions:1) To multiply supermatrices by normal matrices, you need to use matrix multiplication. This means that each element of the first matrix must be multiplied by the corresponding element of the second matrix, and the results are then added together. For example, if you have two matrices A and B, and A is an nxm matrix and B is an mxn matrix, then the resulting matrix C is an nxn matrix where Cij = Σm akibkj.2) To normalize the overlap matrix to the half of the number of open-shell or closed-shell electrons, you need to use the formula 1/2*N, where N is the total number of electrons (open-shell or closed-shell).3) ROHF, RHF, and UHF are all different types of Hartree-Fock methods. ROHF stands for Restricted Open-Shell Hartree-Fock, and it is used when the number of electrons in the system is not evenly divided between spin up and spin down states. RHF stands for Restricted Hartree-Fock, and it is used when the number of electrons in the system is evenly divided between spin up and spin down states. Finally, UHF stands for Unrestricted Hartree-Fock, and it is used when the electrons can be in either spin up or spin down states without any restrictions. 4) Yes, it is possible to compute excited states and energies using the HF method. However, this requires a more sophisticated approach called configuration interaction (CI). In CI, multiple configurations are considered and the resulting wavefunction is a linear combination of these configurations. This approach can be used to accurately calculate excited states and their energies.
 
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