Closed hongzhouye closed 7 years ago
Now DF for SCF is separated from MP2. We achieved this by setting two keywords in scf_params, i.e.
scf_params
g3 = scf_params['g3'] # DF 3-tensor g4 = scf_params['g4'] # 4-tensor
Now DF for SCF is separated from MP2. We achieved this by setting two keywords in
scf_params
, i.e.