Skip to content

Commit fb39c84

Browse files
authored
Merge pull request #468 from pxlxingliang/ABACUS_2.2.0_beta
add relax-FIRE-test gamma only example 320_NO_GO_MD_FIRE
2 parents 9697ca6 + 575e7f1 commit fb39c84

File tree

5 files changed

+57
-0
lines changed

5 files changed

+57
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
INPUT_PARAMETERS
2+
#Parameters (General)
3+
suffix autotest
4+
pseudo_dir ./
5+
ntype 1
6+
nbands 8
7+
calculation md
8+
9+
#Parameters (Accuracy)
10+
ecutwfc 20
11+
niter 20
12+
13+
basis_type lcao
14+
nstep 1
15+
16+
stress 1
17+
stress_thr 1e-6
18+
force 1
19+
force_thr_ev 1.0e-3
20+
21+
ks_solver genelpa
22+
mixing_type pulay
23+
mixing_beta 0.7
24+
25+
gamma_only 1
26+
27+
md_mdtype -1
28+
md_dt 1
29+
md_tfirst 0
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
ATOMIC_SPECIES
2+
Si 1.000 ../tools/PP_ORB/Si_ONCV_PBE-1.0.upf #Element, Mass, Pseudopotential
3+
4+
NUMERICAL_ORBITAL
5+
../tools/PP_ORB/Si_gga_8au_60Ry_2s2p1d.orb
6+
7+
LATTICE_CONSTANT
8+
10.2 #Lattice constant
9+
10+
LATTICE_VECTORS
11+
0.5 0.5 0.0 #Lattice vector 1
12+
0.5 0.0 0.5 #Lattice vector 2
13+
0.0 0.5 0.5 #Lattice vector 3
14+
15+
ATOMIC_POSITIONS
16+
Cartesian #Cartesian(Unit is LATTICE_CONSTANT)
17+
Si #Name of element
18+
0.0 #Magnetic for this element.
19+
2 #Number of atoms
20+
0.00 0.00 0.00 1 1 1 #x,y,z, move_x, move_y, move_z
21+
0.241 0.255 0.251 1 1 1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This test for FIRE-relax of Si2 crystal, 1step, gamma only
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
etotref -197.1251149938621836
2+
etotperatomref -98.5625574969
3+
totalforceref 4.771696
4+
totalstressref 1454.608711
5+
totaltimeref 24.73

tests/integrate/CASES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
304_NO_GO_AF
7171
304_NO_GO_FM
7272
307_NO_GO_OH
73+
320_NO_GO_MD_FIRE
7374
345_NO_GO_BS
7475

7576
401_NP_KP_sp

0 commit comments

Comments
 (0)