-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
abacus: fix bug in reading nspin2 results
- Loading branch information
root
committed
Nov 25, 2024
1 parent
5916b4f
commit ba4cb93
Showing
4 changed files
with
71 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
INPUT_PARAMETERS | ||
suffix ABACUS-nspin2 | ||
calculation scf | ||
ecutwfc 100 | ||
scf_thr 1e-07 | ||
scf_nmax 100 | ||
out_chg 0 | ||
smearing_method gauss | ||
smearing_sigma 0.01 | ||
mixing_type broyden | ||
mixing_ndim 10 | ||
ks_solver genelpa | ||
basis_type lcao | ||
symmetry 0 | ||
noncolin 1 | ||
lspinorb 0 | ||
nspin 2 | ||
out_mul true | ||
sc_mag_switch 1 | ||
decay_grad_switch 1 | ||
sc_thr 1e-07 | ||
sc_scf_thr 1e-09 | ||
nsc 100 | ||
nsc_min 2 | ||
alpha_trial 0.01 | ||
sccut 3 | ||
cal_force 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters