File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ orbital_dir ../../../tests/PP_ORB
66calculation scf
77nbands 23
88symmetry -1
9+ nspin 2
910
1011#Parameters (2.Iteration)
1112ecutwfc 60 ###Energy cutoff needs to be tested to ensure your calculation is reliable.[1]
@@ -30,6 +31,7 @@ xc_kernel lda
3031lr_solver dav
3132lr_thr 1e-2
3233pw_diag_ndim 2
34+ # lr_unrestricted 1 ### use this to do TDUKS calculation for closeshell systems (openshell system will force TDUKS)
3335
3436esolver_type ks-lr
3537out_alllog 1
@@ -39,6 +41,7 @@ out_alllog 1
3941nvirt 19
4042abs_wavelen_range 40 180
4143abs_broadening 0.01
44+ abs_gauge length
4245
4346### [1] Energy cutoff determines the quality of numerical quadratures in your calculations.
4447### So it is strongly recommended to test whether your result (such as converged SCF energies) is
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ pseudo_dir ../../../tests/PP_ORB
55orbital_dir ../../../tests/PP_ORB
66calculation scf
77nbands 23
8- symmetry 0
8+ symmetry -1
9+ nspin 2
910
1011#Parameters (2.Iteration)
1112ecutwfc 60 ###Energy cutoff needs to be tested to ensure your calculation is reliable.[1]
@@ -37,6 +38,8 @@ out_alllog 1
3738
3839nvirt 19
3940abs_wavelen_range 100 175
41+ abs_broadening 0.01 # in Ry
42+ abs_gauge velocity ### velocity gauge is recommended for periodic systems
4043
4144
4245### [1] Energy cutoff determines the quality of numerical quadratures in your calculations.
You can’t perform that action at this time.
0 commit comments