Closed hongzhouye closed 7 years ago
I made jk a module and added it to scf_utils.py. The algorithm I used is an optimized version of what's been used in Team 7's code. The speed up over np.einsum on cc-pVQZ basis set for water is 190ms / 140ms ~ 1.3 times.
jk
scf_utils.py
np.einsum
cc-pVQZ
I made
jk
a module and added it toscf_utils.py
. The algorithm I used is an optimized version of what's been used in Team 7's code. The speed up overnp.einsum
oncc-pVQZ
basis set for water is 190ms / 140ms ~ 1.3 times.