Skip to content

Commit 0a27372

Browse files
committed
test(integrate): init_wfc=file in lcao
1 parent 62b0c30 commit 0a27372

File tree

6 files changed

+69
-0
lines changed

6 files changed

+69
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
INPUT_PARAMETERS
2+
#Parameters (System)
3+
suffix autotest
4+
ntype 1
5+
nbands 4
6+
stru_file STRU
7+
kpoint_file KPT
8+
pseudo_dir ../tools/PP_ORB/
9+
orbital_dir ../tools/PP_ORB/
10+
latname sc
11+
#Parameters (PW)
12+
ecutwfc 25.0 # Rydberg
13+
#Parameters (electronic)
14+
basis_type lcao
15+
scf_thr 1e-10
16+
17+
calculation scf
18+
gamma_only 1
19+
read_file_dir .
20+
init_wfc file
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
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
4 (number of bands)
2+
10 (number of orbitals)
3+
1 (band)
4+
-7.57096415e-01 (Ry)
5+
2.00000000e+00 (Occupations)
6+
-5.37362289e-01 -3.68451648e-02 -1.55131570e-02 -2.64865890e-16 1.05515886e-16
7+
-5.37362289e-01 -3.68451648e-02 1.55131570e-02 2.31512618e-16 -9.17998044e-17
8+
2 (band)
9+
3.05607270e-01 (Ry)
10+
0.00000000e+00 (Occupations)
11+
1.86655079e+00 -5.99493369e-01 6.23278504e-02 -6.10257790e-16 -1.07130366e-15
12+
-1.86655079e+00 5.99493369e-01 6.23278504e-02 -9.70034830e-16 3.67511274e-16
13+
3 (band)
14+
7.03394915e-01 (Ry)
15+
0.00000000e+00 (Occupations)
16+
3.77198799e-02 5.60791988e-01 2.09803877e-02 4.76540590e-17 -1.21321449e-16
17+
3.77198799e-02 5.60791988e-01 -2.09803877e-02 -8.28199028e-16 8.17735629e-17
18+
4 (band)
19+
1.63463390e+00 (Ry)
20+
0.00000000e+00 (Occupations)
21+
1.12080703e+00 -7.94507151e-01 6.75140264e-01 -8.64606026e-16 -1.08079951e-15
22+
-1.12080703e+00 7.94507151e-01 6.75140264e-01 -2.39467947e-15 1.47720374e-16
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#This is the atom file containing all the information
2+
#about the lattice structure.
3+
4+
ATOMIC_SPECIES
5+
H 1.0008 H_ONCV_PBE-1.0.upf
6+
7+
NUMERICAL_ORBITAL
8+
H_gga_6au_60Ry_2s1p.orb
9+
10+
LATTICE_CONSTANT
11+
10.0 #Lattice constant
12+
13+
ATOMIC_POSITIONS
14+
Cartesian #Cartesian(Unit is LATTICE_CONSTANT)
15+
H #Name of element
16+
0.0 #Magnetic for this element.
17+
2 #Number of atoms
18+
0.00 0.00 -0.0661400 0 0 0 #x,y,z, move_x, move_y, move_z
19+
0.00 0.00 0.0661400 0 0 0 #x,y,z, move_x, move_y, move_z
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
init_wfc=file for lcao gamma_only
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
etotref -31.74264435040464
2+
etotperatomref -15.8713221752
3+
totaltimeref 0.36413

0 commit comments

Comments
 (0)