Skip to content

Commit 8702d30

Browse files
committed
Correct documentation
1 parent 6443236 commit 8702d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ For those who are interested in the source code, the following figure shows the
7171
| |-- module_dftu The module for defining the Hamiltonian in DFT+U calculations.
7272
| |-- module_gint The module for performing grid integral in LCAO calculations.
7373
| |-- module_hcontainer The module for storing the Hamiltonian matrix in LCAO calculations.
74-
| `-- module_tddft The module for defining the Hamiltonian in TDDFT calculations.
74+
| |-- module_tddft The module for defining the Hamiltonian in TDDFT calculations.
75+
| `-- module_ri The module for performing RI calculations.
7576
|-- source_pw The module for defining the Hamiltonian in PW calculations.
7677
| |-- hamilt_ofdft The module for defining the Hamiltonian in OFDFT calculations.
7778
| |-- hamilt_pwdft The module for defining the Hamiltonian in PW-DFT calculations.
@@ -85,7 +86,6 @@ For those who are interested in the source code, the following figure shows the
8586
|-- source_relax The module for performing structural optimization.
8687
| |-- relax_new The module for performing structural optimization with new algorithm, optimized for cell and ion simultaneously.
8788
| `-- relax_old The module for performing structural optimization with old algorithm, optimized for cell and ion separately.
88-
|-- source_lcao/module_ri The module for performing RI calculations.
8989
```
9090

9191
## Submitting an Issue

0 commit comments

Comments
 (0)