Skip to content

Commit eee0afd

Browse files
authored
update README
Updated README to clarify supported calculation types and usage instructions.
1 parent 7651b59 commit eee0afd

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

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

55
## About
66

7-
Low-performance, hard-to-use quantum chemistry C++ code, currently in its very early stage and only supports closed-shell Hartree-Fock and LDA level DFT calculation.
7+
Low-performance, hard-to-use quantum chemistry C++ code, currently in its very early stage and only supports closed-shell HF, LDA and GGA calculation.
88

9-
The code is designed to be input-file-free (or use .json file to pass tasks), users should use this code as third-party library and incorporate it into computational tasks and use corresponding APIs.
9+
The code is designed to be input-file-free (or use .json file to pass tasks in future), users should use this code as third-party library and incorporate it into computational tasks and use corresponding APIs.
1010

1111
## Dependencies
1212

@@ -18,10 +18,9 @@ The code is designed to be input-file-free (or use .json file to pass tasks), us
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 # gbs path is hard coded in $DATADIR
23+
./segfault /path/to/mol.xyz /path/to/gbs [X_id C_id]
2524
```
2625

2726
## Example

0 commit comments

Comments
 (0)