Skip to content

Commit fc63bcb

Browse files
committed
Resize Project 10 eqns
1 parent 80af470 commit fc63bcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project#10/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ zero as the equations converge. In the SCF procedure, we use the atomic-orbital
1212
representation of the occupied-virtual block of the Fock matrix. In the CC method, we
1313
could choose the difference between successive sets of cluster amplitudes:
1414

15-
<img src="./figures/error-vector.png" height="25">
15+
<img src="./figures/error-vector.png" height="20">
1616

1717
where <b>T</b><sub>i</sub> represents a vector containing all the cluster amplitudes for the *i*-th iteration.
1818

@@ -33,11 +33,11 @@ Given the above definition of the error vectors, the set of linear equations to
3333

3434
where &lambda; is a Lagrangian multiplier and the elements <i>B<sub>ij</sub></i> are computed as dot products of error matrices:
3535

36-
<img src="./figures/Bij.png" height="25">
36+
<img src="./figures/Bij.png" height="20">
3737

3838
A new set of cluster amplitudes is then obtained as a linear combinations of older amplitudes using the coefficients from the linear equations above:
3939

40-
<img src="./figures/new-t-amps.png" height="25">
40+
<img src="./figures/new-t-amps.png" height="50">
4141

4242
Again: The extrapolated cluster amplitudes should be used only in the CC amplitude equations, not to compute subsequent error vectors.
4343

0 commit comments

Comments
 (0)