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
@@ -68,3 +67,28 @@ for decoding the configuration components.
68
67
--with-eri2-max-am=6,5 \
69
68
--with-max-am=6,5
70
69
```
70
+
71
+
#### Configuration Codes
72
+
73
+
Evenually, these will be CMake Components, too.
74
+
75
+
```
76
+
onebody_dD_lL - library includes 1-body integrals with derivative order D (D=0,1,2,...) and max angular momentum up to L (L=2,3,4,...)
77
+
eri_cC_dD_lL - library includes 2-body integrals with C (C=2,3,4) centers, derivative order D (D=0,1,2,...), and max angular momentum up to L (L=2,3,4,...)
78
+
g12_dD-lL - library includes F12 integrals with Gaussian factors with derivative order D and max angular momentum up to L
79
+
80
+
impure_sh - library doesn't assume that 2- and 3-center integrals involve pure solid harmonics
81
+
82
+
cart shell_set used_by
83
+
-------- --------- -------
84
+
ss - library integrals use ordering standard + standard = mpqc4, cp2k, psi4 (psi4 requires runtime-setting of solid harmonic ordering to Gaussian)
85
+
so - library integrals use ordering + orca
86
+
is - library integrals use ordering intv3 + standard = mpqc3
87
+
io - library integrals use ordering + orca
88
+
gs - library integrals use ordering gamess + standard = gamess
89
+
go - library integrals use ordering + orca
90
+
os - library integrals use ordering orca + standard
91
+
oo - library integrals use ordering + orca = orca
92
+
bs - library integrals use ordering bagel + standard = bagel
0 commit comments