The program provides a command line interface `deepks` that contains five sub-commands,
The program provides a command line interface `deepks` that contains five sub-commands,
-`train`: train an neural network based post-HF energy functional model
-`train`: train an neural network based post-HF energy functional model
...
@@ -10,6 +14,8 @@ The program provides a command line interface `deepks` that contains five sub-co
...
@@ -10,6 +14,8 @@ The program provides a command line interface `deepks` that contains five sub-co
-`stats`: collect and print statistics of the SCF the results
-`stats`: collect and print statistics of the SCF the results
-`iterate`: iteratively train an self-consistent model by combining four commands above
-`iterate`: iteratively train an self-consistent model by combining four commands above
# 数据集
## Installation
## Installation
DeePKS-kit is a pure python library so it can be installed following the standard `git clone` then `pip install` procedure. Note that the two main requirements `pytorch` and `pyscf` will not be installed automatically so you will need to install them manually in advance. Below is a more detailed instruction that includes installing the required libraries in the environment.
DeePKS-kit is a pure python library so it can be installed following the standard `git clone` then `pip install` procedure. Note that the two main requirements `pytorch` and `pyscf` will not be installed automatically so you will need to install them manually in advance. Below is a more detailed instruction that includes installing the required libraries in the environment.