@@ -133,35 +133,26 @@ class Gint {
133133
134134 // ! calculate local potential contribution to the Hamiltonian
135135 // ! na_grid: how many atoms on this (i,j,k) grid
136- // ! block_iw: dim is [na_grid], index of wave function for each block
137136 // ! block_size: dim is [block_size], number of columns of a band
138137 // ! block_index: dim is [na_grid+1], total number of atomic orbitals
139138 // ! grid_index: index of grid group, for tracing iat
140139 // ! cal_flag: dim is [bxyz][na_grid], whether the atom-grid distance is larger than cutoff
141140 // ! psir_ylm: dim is [bxyz][LD_pool]
142141 // ! psir_vlbr3: dim is [bxyz][LD_pool]
143142 // ! hR: HContainer for storing the <phi_0|V|phi_R> matrix elements
144-
145143 void cal_meshball_vlocal (
146144 const int na_grid,
147145 const int LD_pool,
148- const int * const
149- block_size, // block_size[na_grid], number of columns of a band
150- const int * const block_index, // block_index[na_grid+1], count total
151- // number of atomis orbitals
152- const int grid_index, // index of grid group, for tracing iat
153- const bool * const * const
154- cal_flag, // cal_flag[bxyz][na_grid], whether the atom-grid
155- // distance is larger than cutoff
156- const double * const * const psir_ylm, // psir_ylm[bxyz][LD_pool]
157- const double * const * const psir_vlbr3, // psir_vlbr3[bxyz][LD_pool]
158- hamilt::HContainer<double >* hR); // HContainer for storing the <phi_0 |
159- // V | phi_R> matrix element.
160-
161- // ------------------------------------------------------
162- // in gint_fvl.cpp
163- // ------------------------------------------------------
164- // calculate vl contributuion to force & stress via grid integrals
146+ const int * const block_size,
147+ const int * const block_index,
148+ const int grid_index,
149+ const bool * const * const cal_flag,
150+ const double * const * const psir_ylm,
151+ const double * const * const psir_vlbr3,
152+ hamilt::HContainer<double >* hR);
153+
154+ // ! in gint_fvl.cpp
155+ // ! calculate vl contributuion to force & stress via grid integrals
165156 void gint_kernel_force (const int na_grid,
166157 const int grid_index,
167158 const double delta_r,
0 commit comments