Skip to content

Commit ca45189

Browse files
committed
<test> 801_PW_LT_sc simple cubic lattice for pw base
<range> integrates
1 parent e220ed0 commit ca45189

File tree

6 files changed

+45
-0
lines changed

6 files changed

+45
-0
lines changed

tests/integrate/801_PW_LT_sc/INPUT

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
INPUT_PARAMETERS
2+
#Parameters (System)
3+
suffix autotest
4+
ntype 1
5+
nbands 4
6+
atom_file STRU
7+
kpoint_file KPT
8+
pseudo_dir ../tools/PP_ORB/
9+
calculation scf
10+
latname sc
11+
#Parameters (PW)
12+
ecutwfc 25.0 # Rydberg
13+
#Parameters (electronic)
14+
basis_type pw
15+
dr2 1e-10
16+
17+
force 1
18+
stress 1

tests/integrate/801_PW_LT_sc/KPT

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
K_POINTS
2+
0
3+
Gamma
4+
1 1 1 0 0 0

tests/integrate/801_PW_LT_sc/STRU

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#This is the atom file containing all the information
2+
#about the lattice structure.
3+
4+
ATOMIC_SPECIES
5+
H 1.0008 H.pz-vbc.UPF
6+
7+
LATTICE_CONSTANT
8+
10.0 #Lattice constant
9+
10+
ATOMIC_POSITIONS
11+
Cartesian #Cartesian(Unit is LATTICE_CONSTANT)
12+
H #Name of element
13+
0.0 #Magnetic for this element.
14+
2 #Number of atoms
15+
0.00 0.00 -0.0661400 0 0 0 #x,y,z, move_x, move_y, move_z
16+
0.00 0.00 0.0661400 0 0 0 #x,y,z, move_x, move_y, move_z

tests/integrate/801_PW_LT_sc/jd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sc (simple cubic) for pw base
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
etotref -30.3983392986650216
2+
etotperatomref -15.1991696493
3+
totalforceref 6.695464
4+
totalstressref 32.286157
5+
totaltimeref +0.36

tests/integrate/CASES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@
7878
601_NO_TDDFT_N2_occ
7979
#701_LJ_Ar
8080

81+
801_PW_LT_sc

0 commit comments

Comments
 (0)