Commit 60854ec3 authored by yuhai's avatar yuhai
Browse files

Update README.md

parent 444179e5
...@@ -19,8 +19,24 @@ DeePKS-kit架构示意图及工作流程如上图,上图说明了整个迭代 ...@@ -19,8 +19,24 @@ DeePKS-kit架构示意图及工作流程如上图,上图说明了整个迭代
## 环境配置 ## 环境配置
参考[github链接](https://github.com/deepmodeling/deepks-kit/blob/master/requirements.txt) 参考[github链接](https://github.com/deepmodeling/deepks-kit/blob/master/requirements.txt)
创建基本依赖项的新环境
```
conda create -n deepks numpy scipy h5py ruamel.yaml paramiko
```
DTK版本为22.10 python版本3.7 torch版本1.10.0 pyscf版本2.2.1 DTK版本为22.10 python版本3.7 torch版本1.10.0 pyscf版本2.2.1
安装PySCF
```
pip install pyscf
```
正确设置环境后,使用 pip 安装 DeePKS-kit:
```
pip install git+https://github.com/deepmodeling/deepks-kit/
```
## 性能和准确率数据 ## 性能和准确率数据
DCU测试平台:Z100 DCU测试平台:Z100
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment