File tree Expand file tree Collapse file tree 14 files changed +752
-8
lines changed
05_rtTDDFT/11_NO_O3_TDDFT
15_rtTDDFT_GPU/11_NO_O3_TDDFT_GPU Expand file tree Collapse file tree 14 files changed +752
-8
lines changed Original file line number Diff line number Diff line change 11#ifndef VERSION
2- #define VERSION "v3.9.0.16 "
2+ #define VERSION "v3.9.0.17 "
33#endif
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ relax_nmax 1
1414force_thr_ev 0.001
1515out_level ie
1616relax_method cg
17- out_chg 1
17+ # out_chg 1
1818#out_band 1
1919#init_chg file
2020
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ relax_nmax 1
1414force_thr_ev 0.001
1515out_level ie
1616relax_method cg
17- out_chg 1
17+ # out_chg 1
1818#out_band 1
1919#init_chg file
2020
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ scf_nmax 30
1414
1515ks_solver genelpa
1616basis_type lcao
17- out_chg 1
17+ # out_chg 1
1818gamma_only 0
1919md_nstep 2
2020estep_per_md 1
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ calculation scf
55esolver_type ofdft
66ntype 1
77symmetry 1
8- out_chg 1
98pseudo_dir ../../PP_ORB/
109pseudo_rcut 16
1110
Original file line number Diff line number Diff line change 1+ INPUT_PARAMETERS
2+ #Parameters (1.General)
3+ suffix autotest
4+ calculation scf
5+ esolver_type ofdft
6+
7+ symmetry 1
8+ pseudo_dir ../../PP_ORB/
9+ pseudo_rcut 16
10+ nspin 1
11+
12+ #Parameters (2.Iteration)
13+ ecutwfc 20
14+ scf_nmax 50
15+
16+ #OFDFT
17+ of_kinetic wt
18+ of_method tn
19+ of_conv energy
20+ of_tole 2e-6
21+
22+ #Parameters (3.Basis)
23+ basis_type pw
24+
25+ out_chg 1
Original file line number Diff line number Diff line change 1+ K_POINTS
2+ 0
3+ Gamma
4+ 1 1 1 0 0 0
Original file line number Diff line number Diff line change 1+ Test out_chg in OFDFT, symmetry=on
Original file line number Diff line number Diff line change 1+ ATOMIC_SPECIES
2+ Al 26.98 al.lda.lps blps
3+
4+ LATTICE_CONSTANT
5+ 7.50241114482312 // add lattice constant
6+
7+ LATTICE_VECTORS
8+ 0.000000000000 0.500000000000 0.500000000000
9+ 0.500000000000 0.000000000000 0.500000000000
10+ 0.500000000000 0.500000000000 0.000000000000
11+
12+ ATOMIC_POSITIONS
13+ Direct
14+
15+ Al
16+ 0
17+ 1
18+ 0.000000000000 0.000000000000 0.000000000000 1 1 1
You can’t perform that action at this time.
0 commit comments