-
Notifications
You must be signed in to change notification settings - Fork 13
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
1 parent
5b3b287
commit df86eb8
Showing
28 changed files
with
278 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
! initialization | ||
System = H2 molecule | ||
ISTART = 0 ! new calculation | ||
ICHARG = 2 | ||
|
||
! electronic optimization | ||
ENCUT = 300 | ||
ISMEAR = 0; SIGMA = 0.1 | ||
|
||
! ionic relaxation | ||
IBRION = 2 ! use CG algorithm to converge | ||
ISIF = 2 ! only relax atoms | ||
NSW = 50 ! 50 ionic steps | ||
EDIFFG = -0.02 ! forces smaller 0.02 A/eV | ||
|
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,5 @@ | ||
k-points | ||
0 | ||
Monkhorst Pack | ||
1 1 1 | ||
0 0 0 |
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,9 @@ | ||
H2 molecule | ||
1.0 | ||
15.0 0.00 0.00 | ||
0.00 15.0 0.00 | ||
0.00 0.00 15.0 | ||
2 | ||
cart | ||
0.00 0.00 0.00 | ||
0.00 0.00 0.74 |
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,13 @@ | ||
! initialization | ||
System = H2 molecule | ||
ISTART = 0; ICHARG = 2 ! new calculation | ||
|
||
|
||
! electronic optimization | ||
ENCUT = 300 | ||
ISMEAR = 0; SIGMA = 0.1 | ||
EDIFF = 1E-05 | ||
|
||
! ionic relaxation | ||
NSW=0 ! no ionic movement | ||
IBRION=-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
k-points | ||
0 | ||
Monkhorst Pack | ||
1 1 1 | ||
0 0 0 |
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,13 @@ | ||
H2 molecule | ||
1.00000000000000 | ||
15.0000000000000000 0.0000000000000000 0.0000000000000000 | ||
0.0000000000000000 15.0000000000000000 0.0000000000000000 | ||
0.0000000000000000 0.0000000000000000 15.0000000000000000 | ||
H | ||
2 | ||
Direct | ||
0.0000000000000000 0.0000000000000000 -0.0003610195091201 | ||
0.0000000000000000 0.0000000000000000 0.0496943528424568 | ||
|
||
0.00000000E+00 0.00000000E+00 0.00000000E+00 | ||
0.00000000E+00 0.00000000E+00 0.00000000E+00 |
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,18 @@ | ||
! initialization | ||
System = H atom | ||
ISTART = 0; ICHARG = 2 ! new calculation | ||
|
||
|
||
! electronic optimization | ||
ENCUT = 300 | ||
ISMEAR = 0; SIGMA = 0.1 | ||
EDIFF = 1E-05 | ||
NELM = 80 | ||
|
||
! ionic relaxation | ||
NSW=0 ! no ionic movement | ||
IBRION=-1 | ||
|
||
! magnetic | ||
ISPIN=2 | ||
|
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,5 @@ | ||
k-points | ||
0 | ||
Monkhorst Pack | ||
1 1 1 | ||
0 0 0 |
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,8 @@ | ||
H2 atom | ||
1.0 | ||
15.0 0.00 0.00 | ||
0.00 15.0 0.00 | ||
0.00 0.00 15.0 | ||
1 | ||
cart | ||
0.00 0.00 0.00 |
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,15 @@ | ||
! initialization | ||
System = H atom | ||
ISTART = 0; ICHARG = 2 ! new calculation | ||
|
||
|
||
! electronic optimization | ||
ENCUT = 300 | ||
ISMEAR = 0; SIGMA = 0.1 | ||
EDIFF = 1E-05 | ||
|
||
! ionic relaxation | ||
NSW=0 ! no ionic movement | ||
IBRION=-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
k-points | ||
0 | ||
Monkhorst Pack | ||
1 1 1 | ||
0 0 0 |
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,8 @@ | ||
H2 atom | ||
1.0 | ||
15.0 0.00 0.00 | ||
0.00 15.0 0.00 | ||
0.00 0.00 15.0 | ||
1 | ||
cart | ||
0.00 0.00 0.00 |
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,17 @@ | ||
! initialization | ||
System = H2 molecule | ||
ISTART = 0; ICHARG = 2 ! new calculation | ||
|
||
|
||
! electronic optimization | ||
ENCUT = 300 | ||
ISMEAR = 0; SIGMA = 0.1 | ||
EDIFF = 1E-05 | ||
NELM = 80 | ||
|
||
! ionic relaxation | ||
NSW=0 ! no ionic movement | ||
IBRION=-1 | ||
|
||
! magnetic | ||
ISPIN=2 |
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,5 @@ | ||
k-points | ||
0 | ||
Monkhorst Pack | ||
1 1 1 | ||
0 0 0 |
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,13 @@ | ||
H2 molecule | ||
1.00000000000000 | ||
15.0000000000000000 0.0000000000000000 0.0000000000000000 | ||
0.0000000000000000 15.0000000000000000 0.0000000000000000 | ||
0.0000000000000000 0.0000000000000000 15.0000000000000000 | ||
H | ||
2 | ||
Direct | ||
0.0000000000000000 0.0000000000000000 -0.0003610195091201 | ||
0.0000000000000000 0.0000000000000000 0.0496943528424568 | ||
|
||
0.00000000E+00 0.00000000E+00 0.00000000E+00 | ||
0.00000000E+00 0.00000000E+00 0.00000000E+00 |
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,15 @@ | ||
! initialization | ||
System = bulk Si | ||
ISTART = 0 ! new calculation | ||
ICHARG = 2 | ||
|
||
! electronic optimization | ||
ENCUT = 250 | ||
ISMEAR = 0; SIGMA = 0.1 | ||
|
||
! ionic relaxation | ||
IBRION = 2 ! use CG algorithm to converge | ||
ISIF = 3 ! relax atoms and cell | ||
NSW = 100 ! 100 ionic steps | ||
EDIFFG = -0.02 ! forces smaller 0.02 A/eV | ||
|
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,5 @@ | ||
k-points | ||
0 | ||
Monkhorst Pack | ||
11 11 11 | ||
0 0 0 |
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,9 @@ | ||
system Si | ||
5.430 | ||
0.5 0.5 0.0 | ||
0.0 0.5 0.5 | ||
0.5 0.0 0.5 | ||
2 | ||
cart | ||
0.00 0.00 0.00 | ||
0.25 0.25 0.25 |
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,14 @@ | ||
! initialization | ||
System = bulk Si | ||
ISTART = 0; ICHARG = 2 ! new calculation | ||
|
||
|
||
! electronic optimization | ||
ENCUT = 250 | ||
ISMEAR = 0; SIGMA = 0.1 | ||
EDIFF = 1E-06 | ||
|
||
! ionic relaxation | ||
NSW=0 ! no ionic movement | ||
IBRION=-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
k-points | ||
0 | ||
Monkhorst Pack | ||
11 11 11 | ||
0 0 0 |
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,9 @@ | ||
system Si | ||
5.430 | ||
0.5 0.5 0.0 | ||
0.0 0.5 0.5 | ||
0.5 0.0 0.5 | ||
2 | ||
cart | ||
0.00 0.00 0.00 | ||
0.25 0.25 0.25 |
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,14 @@ | ||
! initialization | ||
System = bulk Si | ||
ISTART = 1; ICHARG = 11 ! charge read from CHGCAR | ||
|
||
! electronic optimization | ||
ENCUT = 250 | ||
ISMEAR = -5 ! tetrahedron method | ||
|
||
! DOS | ||
LORBIT = 11 ! output DOSCAR and PROCAR (total DOS and l,m partial DOS) | ||
NEDOS = 1000 ! number of points of DOS | ||
! EMIN = ! energy range of DOS | ||
! EMAX = | ||
! NBANDS = ! number of bands, obtained in OUTCAR or EIGENVAL of scf calculation |
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,5 @@ | ||
k-points | ||
0 | ||
Monkhorst Pack | ||
21 21 21 | ||
0 0 0 |
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,9 @@ | ||
system Si | ||
5.430 | ||
0.5 0.5 0.0 | ||
0.0 0.5 0.5 | ||
0.5 0.0 0.5 | ||
2 | ||
cart | ||
0.00 0.00 0.00 | ||
0.25 0.25 0.25 |
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 @@ | ||
! initialization | ||
System = bulk Si | ||
ISTART = 0; ICHARG = 11 ! charge read from CHGCAR | ||
|
||
! electronic optimization | ||
ENCUT = 250 | ||
ISMEAR = 0; SIGMA = 0.1; | ||
|
||
! DOS | ||
LORBIT = 11 ! output DOSCAR and PROCAR (total DOS and partial DOS) | ||
|
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,15 @@ | ||
kpoints for bandstructure L-G-X-U K-G | ||
10 | ||
line | ||
reciprocal | ||
0.50000 0.50000 0.50000 1 | ||
0.00000 0.00000 0.00000 1 | ||
|
||
0.00000 0.00000 0.00000 1 | ||
0.00000 0.50000 0.50000 1 | ||
|
||
0.00000 0.50000 0.50000 1 | ||
0.25000 0.62500 0.62500 1 | ||
|
||
0.37500 0.7500 0.37500 1 | ||
0.00000 0.00000 0.00000 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
system Si | ||
5.43000000000000 | ||
0.5032916007616510 0.5032916007616510 0.0000000000000000 | ||
-0.0000000000000000 0.5032916007616510 0.5032916007616510 | ||
0.5032916007616510 0.0000000000000000 0.5032916007616510 | ||
Si | ||
2 | ||
Direct | ||
0.0000000000000000 0.0000000000000000 0.0000000000000000 | ||
0.2500000000000000 0.2500000000000000 0.2500000000000000 | ||
|
||
0.00000000E+00 0.00000000E+00 0.00000000E+00 | ||
0.00000000E+00 0.00000000E+00 0.00000000E+00 |
Binary file not shown.