-
Hi, I want to train a model using the DeepKS method. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for the question. It is possible to calculate energy level using deepks with pyscf. You can just check the pyscf doc and use the model manually with |
Beta Was this translation helpful? Give feedback.
Thanks for the question. It is possible to calculate energy level using deepks with pyscf. You can just check the pyscf doc and use the model manually with
deepks.scf.DSCF
class. However, since the model is only learned with energy and force, and since DFT methods are based on density and the KS orbitals are not physical, one should not expect to get better results in energy level. It is possible to train with the HOMO LUMO gap though. I guess @ouqi0711 should be the expert to this problem.