Skip to content

Commit 2105837

Browse files
committed
Merge branch 'ABACUS_2.2.0_beta' of https://github.com.cnpmjs.org/deepmodeling/abacus-develop into ABACUS_2.2.0_beta
2 parents 07adf22 + 41f8a71 commit 2105837

File tree

75 files changed

+720
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+720
-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/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
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 fcc
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

0 commit comments

Comments
 (0)