Skip to content

Commit 21cebef

Browse files
committed
Fix Project 3 Errors
1 parent f89a521 commit 21cebef

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Project#03/README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ The test case used in the following discussion is for a water molecule with a bo
1212
and a bond angle of 104.0<sup>o</sup> with an STO-3G basis set. The input to the project consists of the
1313
[nuclear repulsion energy](./input/h2o/STO-3G/enuc.dat)
1414
and pre-computed sets of one- and two-electron integrals:
15-
[overlap integrals](./input/h2o/STO-3G/s.dat)
16-
[kinetic-energy integrals](./input/h2o/STO-3G/t.dat)
17-
[nuclear-attraction integrals](./input/h2o/STO-3G/v.dat)
18-
[electron-electron repulsion integrals](./input/h2o/STO-3G/eri.dat)
15+
[overlap integrals](./input/h2o/STO-3G/s.dat),
16+
[kinetic-energy integrals](./input/h2o/STO-3G/t.dat),
17+
[nuclear-attraction integrals](./input/h2o/STO-3G/v.dat),
18+
[electron-electron repulsion integrals](./input/h2o/STO-3G/eri.dat).
1919

2020

2121
## Step 1: Nuclear Repulsion Energy
@@ -245,6 +245,7 @@ Test both the energy and the density for convergence:
245245
EQUATION
246246
\Delta E = E^i_{\rm elec} - E^{i-1}_{\rm elec} < \delta_1
247247
```
248+
248249
```
249250
EQUATION
250251
{\rm rms}_D = \left[ \sum_{\mu\nu} \left( D^i_{\mu\nu} - D^{i-1}_{\mu\nu} \right)^2 \right]^{1/2} < \delta_2
@@ -298,8 +299,9 @@ EQUATION
298299
q_A = Z_A - 2 \sum_{\mu \in A} ({\mathbf D S})_{\mu\mu},
299300
```
300301
where the summation is limited to only those basis functions centered on atom *A*.
302+
301303
## Test Cases
302-
* STO-3G Water [Geometry](./input/h2o/STO-3G/geom.dat) |[Enuc](./input/h2o/STO-3G/enuc.dat) |[S](./input/h2o/STO-3G/s.dat) |[T](./input/h2o/STO-3G/t.dat) |[V](./input/h2o/STO-3G/v.dat) |[ERI](./input/h2o/STO-3G/eri.dat) |[Mu_X](./input/h2o/STO-3G/mux.dat) |[Mu_Y](./input/h2o/STO-3G/muy.dat) |[Mu_Z](./input/h2o/STO-3G/muz.dat) |[output](./output/sto3g_h2o/output.dat)
303-
* DZ Water [Geometry](./input/h2o/DZ/geom.dat) |[Enuc](./input/h2o/DZ/enuc.dat) |[S](./input/h2o/DZ/s.dat) |[T](./input/h2o/DZ/t.dat) |[V](./input/h2o/DZ/v.dat) |[ERI](./input/h2o/DZ/eri.dat) |[Mu_X](./input/h2o/DZ/mux.dat) |[Mu_Y](./input/h2o/DZ/muy.dat) |[Mu_Z](./input/h2o/DZ/muz.dat) |[output](./output/dz_h2o/output.dat)
304-
* DZP Water [Geometry](./input/h2o/DZP/geom.dat) |[Enuc](./input/h2o/DZP/enuc.dat) |[S](./input/h2o/DZP/s.dat) |[T](./input/h2o/DZP/t.dat) |[V](./input/h2o/DZP/v.dat) |[ERI](./input/h2o/DZP/eri.dat) |[Mu_X](./input/h2o/DZP/mux.dat) |[Mu_Y](./input/h2o/DZP/muy.dat) |[Mu_Z](./input/h2o/DZP/muz.dat) |[output](./output/dzp_h2o/output.dat)
305-
* STO-3G Methane [Geometry](./input/ch4/STO-3G/geom.dat) |[Enuc](./input/ch4/STO-3G/enuc.dat) |[S](./input/ch4/STO-3G/s.dat) |[T](./input/ch4/STO-3G/t.dat) |[V](./input/ch4/STO-3G/v.dat) |[ERI](./input/ch4/STO-3G/eri.dat) |[Mu_X](./input/ch4/STO-3G/mux.dat) |[Mu_Y](./input/ch4/STO-3G/muy.dat) |[Mu_Z](./input/ch4/STO-3G/muz.dat) |[output](./output/sto3g_ch4/output.dat)
304+
* STO-3G Water [Geometry](./input/h2o/STO-3G/geom.dat) | [Enuc](./input/h2o/STO-3G/enuc.dat) | [S](./input/h2o/STO-3G/s.dat) | [T](./input/h2o/STO-3G/t.dat) | [V](./input/h2o/STO-3G/v.dat) | [ERI](./input/h2o/STO-3G/eri.dat) | [Mu_X](./input/h2o/STO-3G/mux.dat) | [Mu_Y](./input/h2o/STO-3G/muy.dat) | [Mu_Z](./input/h2o/STO-3G/muz.dat) | [output](./output/sto3g_h2o/output.dat)
305+
* DZ Water [Geometry](./input/h2o/DZ/geom.dat) | [Enuc](./input/h2o/DZ/enuc.dat) | [S](./input/h2o/DZ/s.dat) | [T](./input/h2o/DZ/t.dat) | [V](./input/h2o/DZ/v.dat) | [ERI](./input/h2o/DZ/eri.dat) | [Mu_X](./input/h2o/DZ/mux.dat) | [Mu_Y](./input/h2o/DZ/muy.dat) | [Mu_Z](./input/h2o/DZ/muz.dat) | [output](./output/dz_h2o/output.dat)
306+
* DZP Water [Geometry](./input/h2o/DZP/geom.dat) | [Enuc](./input/h2o/DZP/enuc.dat) | [S](./input/h2o/DZP/s.dat) | [T](./input/h2o/DZP/t.dat) | [V](./input/h2o/DZP/v.dat) | [ERI](./input/h2o/DZP/eri.dat) | [Mu_X](./input/h2o/DZP/mux.dat) | [Mu_Y](./input/h2o/DZP/muy.dat) | [Mu_Z](./input/h2o/DZP/muz.dat) | [output](./output/dzp_h2o/output.dat)
307+
* STO-3G Methane [Geometry](./input/ch4/STO-3G/geom.dat) | [Enuc](./input/ch4/STO-3G/enuc.dat) | [S](./input/ch4/STO-3G/s.dat) | [T](./input/ch4/STO-3G/t.dat) | [V](./input/ch4/STO-3G/v.dat) | [ERI](./input/ch4/STO-3G/eri.dat) | [Mu_X](./input/ch4/STO-3G/mux.dat) | [Mu_Y](./input/ch4/STO-3G/muy.dat) | [Mu_Z](./input/ch4/STO-3G/muz.dat) | [output](./output/sto3g_ch4/output.dat)

Project#03/hints/hint4-1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The S<sup>-1/2</sup> matrix for the H2O test case is:
1+
The S<sup>-1/2</sup> matrix for the H<sub>2</sub>O test case is:
22
```
33
1 2 3 4 5 6 7
44

0 commit comments

Comments
 (0)