You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ For those who are interested in the source code, the following figure shows the
57
57
|-- module_elecstate The module for defining the electronic state and its operations.
58
58
| |-- module_charge The module for calculating the charge density, charge mixing
59
59
| |-- potentials The module for calculating the potentials, including Hartree, exchange-correlation, local pseudopotential, etc.
60
-
|-- module_esolver The module defining task-specific driver of corresponding workflow for evaluating energies, forces, etc., including lj, dp, ks, sdft, ofdft, etc.
60
+
|-- source_esolver The module defining task-specific driver of corresponding workflow for evaluating energies, forces, etc., including lj, dp, ks, sdft, ofdft, etc.
61
61
| | TDDFT, Orbital-free DFT, etc.
62
62
|-- module_hamilt_general The module for defining general Hamiltonian that can be used both in PW and LCAO calculations.
63
63
| |-- module_ewald The module for calculating the Ewald summation.
@@ -77,7 +77,7 @@ For those who are interested in the source code, the following figure shows the
77
77
| |-- hamilt_pwdft The module for defining the Hamiltonian in PW-DFT calculations.
78
78
| | |-- operator_pw The module for defining the operators in PW-DFT calculations.
79
79
| `-- hamilt_stodft The module for defining the Hamiltonian in STODFT calculations.
80
-
|-- module_hsolver The module for solving the Hamiltonian with different diagonalization methods, including CG, Davidson in PW
80
+
|-- source_hsolver The module for solving the Hamiltonian with different diagonalization methods, including CG, Davidson in PW
81
81
| | calculations, and scalapack and genelpa in LCAO calculations.
82
82
|-- module_io The module for reading of INPUT files and output properties including band structure, density of states, charge density, etc.
83
83
|-- module_md The module for performing molecular dynamics.
Copy file name to clipboardExpand all lines: docs/advanced/acceleration/cuda.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ In ABACUS, we provide the option to use GPU devices to accelerate performance. T
12
12
13
13
-**Parallel strategy**: K point parallel.
14
14
15
-
Unlike PW basis, only the grid integration module (module_gint) and the diagonalization of the Hamiltonian matrix (module_hsolver) have been implemented with GPU acceleration under LCAO basis.
15
+
Unlike PW basis, only the grid integration module (module_gint) and the diagonalization of the Hamiltonian matrix (source_hsolver) have been implemented with GPU acceleration under LCAO basis.
0 commit comments