File tree Expand file tree Collapse file tree 3 files changed +624
-0
lines changed Expand file tree Collapse file tree 3 files changed +624
-0
lines changed Original file line number Diff line number Diff line change
1
+ &CONTROL
2
+ calculation = "scf",
3
+ pseudo_dir = "../",
4
+ prefix = "Aluminium",
5
+ wf_collect = .True.,
6
+ tstress = .True.,
7
+ tprnfor = .True.,
8
+ outdir = "./",
9
+ iprint = 1,
10
+ /
11
+ &SYSTEM
12
+ ibrav = 0,
13
+ nat = 4,
14
+ ntyp = 1,
15
+ occupations ='smearing',
16
+ smearing ='fermi-dirac',
17
+ degauss = 0.001d0,
18
+ nosym = .true.,
19
+ ecutwfc = 50,
20
+ nbnd = 12,
21
+ /
22
+ &ELECTRONS
23
+ electron_maxstep = 200,
24
+ mixing_mode = 'plain',
25
+ conv_thr = 1.0D-8,
26
+ mixing_beta = 0.7D0,
27
+ /
28
+ CELL_PARAMETERS (angstrom)
29
+ 4.04 0 0
30
+ 0 4.04 0
31
+ 0 0 4.04
32
+
33
+ ATOMIC_SPECIES
34
+ Al 26.98 Al.pbe-n-nc.UPF
35
+
36
+ ATOMIC_POSITIONS (crystal)
37
+ Al 0 0 0
38
+ Al 0 0.5 0.5
39
+ Al 0.5 0 0.5
40
+ Al 0.5 0.5 0
41
+
42
+ K_POINTS (automatic)
43
+ 2 2 2 0 0 0
You can’t perform that action at this time.
0 commit comments