Commit 257e50a
Feature: Add module surchem. (#846)
* add H_Hartree files.
* fix bug of ngmc/nrxx ..
* fix bug, CG test PASS.
* fix eb_k
* print square of residue
* change dim of epsilon from nrxx*2 to nrxx*1..
* add get_atom_num and Vcav
* add test for rho
* fix test
* debug of gauss charge.
* add Vcav and Vel
* delete malloced vectors, fix bug of segfault in function createcavity.
* fix bug: no match for 'operator*' (operand types are 'std::complex<double>' and 'int')
* remove redundant annotations.
* add v_cav and v_el.
* Use laplace(vloc) to N_nuclear, delete redundant comments.
* add test for N & n
* fix N nuclear / 4pi
* Add calculation of Acav, Ael, and Hamitonian.
* add globalV
* change cmakelists
* update input file
* add module surchem into link libraries of deepks_test.
Co-authored-by: sunml99 <[email protected]>1 parent c693ea0 commit 257e50a
File tree
23 files changed
+4526
-3351
lines changed- source
- module_base
- module_deepks/test
- module_surchem
- src_io
- src_pw
23 files changed
+4526
-3351
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
266 | 267 | | |
267 | 268 | | |
268 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments