-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Woochang Kim
committed
Jun 5, 2023
1 parent
1fc00ae
commit 0222ac3
Showing
48 changed files
with
55,217 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#example/** | ||
*.pyc | ||
src/__pycache__/** | ||
example.tar | ||
*.hdf5 | ||
*.h5 | ||
*WFN* | ||
*WFNq* | ||
*.upf | ||
*.dat | ||
*.npy |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,41 @@ | ||
&control | ||
prefix = 'WS2' | ||
pseudo_dir = '/global/u2/w/wkim94/pseudo/pseudodojo/nc-sr-04_pbe_standard_upf/' | ||
!pseudo_dir = '/work2/08702/wkim94/frontera/pseudo/pseudodojo/nc-sr-04_pbe_standard_upf/' | ||
calculation = 'scf' | ||
verbosity = 'high' | ||
/ | ||
&system | ||
ecutwfc = 20.0 | ||
! A = 3.290 | ||
ibrav = 0 | ||
nat = 3 | ||
ntyp = 2 | ||
! lspinorb = .true. | ||
! noncolin = .true. | ||
nosym = .true. | ||
noinv = .true. | ||
/ | ||
&electrons | ||
electron_maxstep = 100 | ||
conv_thr = 1e-06 | ||
mixing_mode = 'plain' | ||
mixing_beta = 0.3 | ||
mixing_ndim = 8 | ||
diagonalization = 'david' | ||
diago_david_ndim = 4 | ||
diago_full_acc = .true. | ||
/ | ||
CELL_PARAMETERS {angstrom} | ||
3.1500000000000 0.000000000000 0.00 | ||
1.575000000000 2.7279800219 0.00 | ||
0.000000000000 0.000000000000 25.0 | ||
ATOMIC_SPECIES | ||
W 183.84 'W.upf' | ||
S 78.96 'S.upf' | ||
ATOMIC_POSITIONS crystal | ||
W 0.33333333333333 0.33333333333333 0.5000000000 | ||
S 0.66666666666667 0.66666666666667 0.4360000000 | ||
S 0.66666666666667 0.66666666666667 0.5640000000 | ||
K_POINTS automatic | ||
6 6 1 0 0 0 |
Oops, something went wrong.