Skip to content

Commit 5b67752

Browse files
Merge pull request #23 from AsymmetryChou/etot_add
update README for total energy extractor.
2 parents 40f4b00 + 23c1f58 commit 5b67752

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,22 @@ However, the user can always manage the dependency themselves, here are the pack
1515

1616
Current:
1717

18-
| Package | Structure | Eigenvalues | Hamiltonian | Density matrix | Overlap matrix |
19-
|:--------:|:---------:|:-----------:| :----: | :----: | :----: |
20-
| ABACUS ||||||
21-
| RESCU || || ||
22-
| SIESTA || ||||
23-
| Gaussian || ||||
24-
| VASP ||| | | |
25-
| PYATB ||| | | |
18+
| Package | Structure | Eigenvalues | Hamiltonian | Density matrix | Overlap matrix | Total energy |
19+
|:--------:|:---------:|:-----------:| :----: | :----: | :----: | :----: |
20+
| ABACUS |||||||
21+
| RESCU || || || |
22+
| SIESTA || |||| |
23+
| Gaussian || |||| |
24+
| VASP ||| | | ||
25+
| PYATB ||| | | | |
2626

2727
Ongoing:
2828

29-
- Charge density
29+
- Charge Density
3030
- Atomic Orbitals
3131
- Wave Function
3232
- Wave Function Coefficients
33+
- Total Energy
3334

3435

3536
## How to use
@@ -61,6 +62,7 @@ options:
6162
-eig, --eigenvalue Whether to parse the kpoints and eigenvalues (default: False)
6263
-min BAND_INDEX_MIN, --band_index_min BAND_INDEX_MIN
6364
The initial band index for eigenvalues to save.(0-band_index_min) bands will be ignored! (default: 0)
65+
-energy, --energy Whether to parse the total energy from DFT output (default: False)
6466
```
6567
6668
## Call for Contributors

0 commit comments

Comments
 (0)