Skip to content

Commit bcda868

Browse files
committed
test
1 parent e8ff493 commit bcda868

File tree

3 files changed

+624
-0
lines changed

3 files changed

+624
-0
lines changed

tests/qe.scf/Al.in

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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

0 commit comments

Comments
 (0)