You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you made use of the following code, which reads the integrals into the TEI
66
-
array in batches (sometimes referred to in PSI as "buffers"):
62
+
symmetry). In [Project #7](../Project%2307) you made use of the following code,
63
+
which reads the integrals into the TEI array in batches (sometimes referred to
64
+
in PSI as "buffers"):
67
65
68
66
```cpp
69
67
iwl_buf_init(&InBuf, PSIF_SO_TEI, 1e-14, 1, 0);
@@ -145,5 +143,5 @@ matrix elements, viz.
145
143
All such cases must be included in the algorithm to obtain a correct Fock matrix.
146
144
147
145
## Additional Reading
148
-
* J. Almlof, K. Faegri, and K. Korsell, "Principles for a Direct SCF Approach to LCAO-MO //Ab Initio// Calculations," //J. Comp. Chem.// **3**, 385-399 (1982).
146
+
* J. Almlof, K. Faegri, and K. Korsell, "Principles for a Direct SCF Approach to LCAO-MO *Ab Initio* Calculations," *J. Comp. Chem.* **3**, 385-399 (1982).
0 commit comments