Skip to content

Commit 6833b10

Browse files
authored
update README
Update Chinese README to improve clarity and accuracy.
1 parent eee0afd commit 6833b10

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README_zh.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
## About
66

7-
低性能,难使用的分子量子化学C++代码,目前处于非常初期阶段,仅支持闭壳层Hartree-Fock和闭壳层LDA DFT计算.
7+
低性能,难使用的分子量子化学C++代码,目前处于非常初期阶段,仅支持闭壳层 HF, LDA, GGA 计算.
88

9-
设计逻辑是不使用输入文件(或使用json传递任务),用户需要将代码作为第三方库集成到计算任务中并依据需求使用相应的接口.
9+
设计逻辑是不使用输入文件(或未来使用json传递任务),用户需要将代码作为第三方库集成到计算任务中并依据需求使用相应的接口.
1010

1111
## Dependencies
1212

@@ -18,10 +18,9 @@
1818
## Installation
1919
```bash
2020
source /path/to/intel/oneapi/setvars.sh
21-
export DATADIR=path/to/.g94/
2221
./worker.sh
2322
cd ./install/bin/
24-
./segfault /path/to/mol.xyz
23+
./segfault /path/to/mol.xyz /path/to/gbs [X_id C_id]
2524
```
2625

2726
## Example

0 commit comments

Comments
 (0)