Matrix Multiplication in Coupled Cluster

Electronic structure theory deals in tensor quantities. Matrices are a special type of tensor, and matrix multiplication is a special type of tensor contraction. In the practical implementation of coupled cluster theory, we store amplitudes are stored in matrix form where we use compound row and col indices ij and cd respectively. This storage scheme… Read More Matrix Multiplication in Coupled Cluster

Electronic Problem, Orbitals, Slater Determinants

Szabo Chap 2 : Many Electron Wavefunctions and Operators Born-Oppenheimer Approximation states that we can consider the electrons to be moving in a field of fixed nuclei because nuclei are heavier than electrons and move more slowly. This approximation leads to further approximations in which the kinetic energy portion of the equation is neglected and… Read More Electronic Problem, Orbitals, Slater Determinants

MacTex and Gauss Elimination

Install Mactex using brew cask. LaTex bulleted, numbered, to-do (checkboxes) lists. Manipulating indices in matrix so that previous row remains untouched as rows swapped. Lower triangular part of matrix should become zero. Gaussian elimination with partial pivoting To solve a system of linear equations given by Ax=b, get augmented matrix [A|b]. All normalize and swap… Read More MacTex and Gauss Elimination