Caculating SAB overlap of two Kohn-Sham determinants

limorsj
Messages
6
Reaction score
0
Hello,

I would like to implement SAB=<psiA|psiB>which is the overlap of two Kohn-Sham determinants (psiA and psiB are two matrices containing each the molecular orbitals coefficients). Can anybody help me with this calculation? For case of SAA and SBB it is required to get the value 1 (perfect overlap for the same matrix...which is actually the probability of finding the electron somewhere),

Thank you!
 
Last edited:
Physics news on Phys.org
As far as I am aware of, the most straightforward algorithm for computing matrix elements between non-orthogonal determinants was given in
Utsuno, Shimizu, Otsuka, Abe - Efficient computation of Hamiltonian matrix elements between non-orthogonal Slater determinants (http://dx.doi.org/10.1016/j.cpc.2012.09.002 ).
Some background on the algorithms is described in
Verbeek, van Lenthe - On the evaluation of non-orthogonal matrix elements (http://dx.doi.org/10.1016/0166-1280(91)90141-6 ).

If you are only interested in overlap matrix elements between the determinants (instead of more complicated matrix elements, e.g., of the Hamiltonian), then my guess is that the above algorithms would turn into something along the following lines:
1. Compute the overlap matrix of the occupied orbitals \mathbf{S}_\mathrm{occ} = \mathbf{C}_\mathrm{A}^T \mathbf{S}_\mathrm{AO} \mathbf{C}_B, where \mathbf{C}_\mathrm{A} is the coefficient matrix of A's occupied orbitals, \mathbf{S}_\mathrm{AO} is the atomic orbital basis overlap matrix (overlap between basis functions in terms of which the occupied orbitals are expanded) and \mathbf{C}_B is the coefficient matrix of B's occupied orbitals.
2. Compute a singular value decomposition (SVD) of the occupied orbital overlap \mathbf{S}_\mathrm{occ}
3. The overlap between the determinants A and B is the product of the singular values from step 2.
 
Last edited by a moderator:
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