Skip to content

Commit 42bb490

Browse files
committed
Resize Project 12 eqns again
1 parent 0f0fae6 commit 42bb490

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

Diff for: Project#12/README.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If we recognize that we have one of these equations for every combination of
3131
*i* and *a* spin-orbitals, then this equation may be viewed as a matrix
3232
eigenvalue problem:
3333

34-
<img src="./figures/matrix-eigenvalue-problem.png" height="30">
34+
<img src="./figures/matrix-eigenvalue-problem.png" height="25">
3535

3636
To solve this equation, we need an expression for the matrix elements in terms
3737
of things we already know, i.e. Fock matrix elements and two-electron
@@ -76,7 +76,9 @@ possible determinants arising from this configuration,
7676

7777
are components of one singlet and one triplet in the following combinations:
7878

79-
<img src="./figures/singlet-triplet-combinations.png" height="60">
79+
<img src="./figures/triplet-combinations.png" height="60">
80+
81+
<img src="./figures/singlet-combinations.png" height="60">
8082

8183
where the superscript is the spin multiplicity (*2S+1*) and the subscript is
8284
the *M<sub>S</sub>* value of the wave function. So, if we wanted to compute
@@ -89,10 +91,10 @@ wanted only triplets, we could require that the <html>&alpha;</html> and
8991

9092
Let's begin with the singlets. Starting from the spin-orbital eigenvalue
9193
expression and the equation for the CIS Hamiltonian matrix elements in the
92-
previous section, we may write a spin-factored equation for the
93-
<html>&alpha;</html> coefficients as
94+
previous section, we may write a spin-factored equation for the <html>&alpha;</html>
95+
coefficients as
9496

95-
<img src="./figures/spin-factored-eqn.png" height="30">
97+
<img src="./figures/spin-factored-eqn.png" height="60">
9698

9799
Note that the mix-spin cases (where *j=*<html>&alpha;</html> and
98100
*b=*<html>&beta;</html> or *vice versa*) do not contribute since the Fock
@@ -157,7 +159,7 @@ The definition of the ***A*** matrix is just the CIS matrix itself, *viz.*
157159
while **X** and **Y** are the parameters of single excitations and
158160
de-excitations, respectively, and the ***B*** matrix is simply
159161

160-
<img src="./figures/B-matrix.png" height="30">
162+
<img src="./figures/B-matrix.png" height="25">
161163

162164
Thus, the row/column dimension of the TDHF/RPA Hamiltonian is twice that of the
163165
CIS Hamiltonian, and the matrix is non-symmetric (so you must be careful about
@@ -174,28 +176,28 @@ Hamiltonian storage cost), one can rearrange the eigenvalue equations. First
174176
write eigenvalue equation two separate equations, each in terms of the
175177
submatrices **A** and **B**:
176178

177-
<img src="./figures/smarter-tdhf-1.png" height="30">
179+
<img src="./figures/smarter-tdhf-1.png" height="25">
178180

179181
and
180182

181-
<img src="./figures/smarter-tdhf-2.png" height="30">
183+
<img src="./figures/smarter-tdhf-2.png" height="25">
182184

183185
Now take +/- combinations of these equations to obtain
184186

185-
<img src="./figures/smarter-tdhf-3.png" height="30">
187+
<img src="./figures/smarter-tdhf-3.png" height="25">
186188

187189
and
188190

189-
<img src="./figures/smarter-tdhf-4.png" height="30">
191+
<img src="./figures/smarter-tdhf-4.png" height="25">
190192

191193
Solve for ***(X+Y)*** in the second equation:
192194

193-
<img src="./figures/smarter-tdhf-5.png" height="30">
195+
<img src="./figures/smarter-tdhf-5.png" height="25">
194196

195197
Insert this result into the first equation, rearrange a bit, and finally
196198
obtain:
197199

198-
<img src="./figures/smarter-tdhf-6.png" height="30">
200+
<img src="./figures/smarter-tdhf-6.png" height="25">
199201

200202
This is an eigenvalue equation of the same dimension as the CIS eigenvalue
201203
equation (number of occupied orbitals times number of unoccupied orbitals),

Diff for: Project#12/figures/singlet-combinations.png

10.4 KB
Loading

Diff for: Project#12/figures/triplet-combinations.png

14.2 KB
Loading

0 commit comments

Comments
 (0)