Skip to content

Commit 72aaccb

Browse files
committed
update surface chemistry example
1 parent 5e3e183 commit 72aaccb

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

source/module_hamilt_general/module_surchem/surchem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ void surchem::clear()
5555
surchem::~surchem()
5656
{
5757
this->clear();
58-
}
58+
}

tests/integrate/315_NO_sol_H2O/INPUT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ pseudo_dir ../../PP_ORB
55
orbital_dir ../../PP_ORB
66

77
gamma_only 1
8-
nbands 20
8+
nbands 5
99
calculation scf
1010
basis_type lcao
11-
cal_force 1
11+
cal_force 1
1212

1313
#Parameters (Accuracy)
14-
ecutwfc 10
14+
ecutwfc 5
1515
scf_thr 1e-7
1616
scf_nmax 50
1717

tests/integrate/315_NO_sol_H2O/STRU

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ H 1.008 H_ONCV_PBE-1.0.upf
33
O 15.9994 O_ONCV_PBE-1.0.upf
44

55
NUMERICAL_ORBITAL
6-
H_gga_8au_60Ry_2s1p.orb
7-
O_gga_6au_60Ry_2s2p1d.orb
6+
H_gga_6au_60Ry_1s.orb
7+
O_gga_6au_60Ry_1s1p.orb
88

99
LATTICE_CONSTANT
1010
1
1111

1212
LATTICE_VECTORS
13-
20 0 0
14-
0 20 0
15-
0 0 20
13+
10 0 0
14+
0 8 0
15+
0 0 12
1616

1717
ATOMIC_POSITIONS
1818
Cartesian # Cartesian(Unit is LATTICE_CONSTANT)
1919

2020
H
2121
0.0
2222
2
23-
-23.196290411877 12.932693996280 6.850457923460 0 0 0
24-
-24.006711594306 11.850811692381 9.324876689886 0 0 0
23+
0.00 0.00 0.00 0 0 0
24+
0.00 0.00 2.00 0 0 0
25+
2526
O
2627
0.0
2728
1
28-
-22.515669775626 12.546754901616 8.620909072323 0 0 0
29-
29+
0.00 0.00 1.00 0 0 0
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
etotref -471.6384407542594
2-
etotperatomref -157.2128135848
3-
totalforceref 23.828811
4-
esolelref -5.7085809145
5-
esolcavref 1.5612111131
6-
totaltimeref 10.06
1+
etotref -443.7852518393088
2+
etotperatomref -147.9284172798
3+
totalforceref 187.944966
4+
esolelref -18.2295218889
5+
esolcavref 0.2142940852
6+
totaltimeref 0.57

0 commit comments

Comments
 (0)