@@ -201,18 +201,6 @@ void ReadInput::item_exx()
201201 read_sync_double (input.exx_dm_threshold );
202202 this ->add_item (item);
203203 }
204- {
205- Input_Item item (" exx_schwarz_threshold" );
206- item.annotation = " threshold to screen exx using Cauchy-Schwartz inequality" ;
207- read_sync_double (input.exx_schwarz_threshold );
208- this ->add_item (item);
209- }
210- {
211- Input_Item item (" exx_cauchy_threshold" );
212- item.annotation = " threshold to screen exx using Cauchy-Schwartz inequality" ;
213- read_sync_double (input.exx_cauchy_threshold );
214- this ->add_item (item);
215- }
216204 {
217205 Input_Item item (" exx_c_grad_threshold" );
218206 item.annotation = " threshold to screen nabla C matrix in exx" ;
@@ -227,28 +215,16 @@ void ReadInput::item_exx()
227215 }
228216 {
229217 Input_Item item (" exx_c_grad_r_threshold" );
230- item.annotation = " threshold to screen nabla C matrix in exx" ;
218+ item.annotation = " threshold to screen nabla C * R matrix in exx" ;
231219 read_sync_double (input.exx_c_grad_r_threshold );
232220 this ->add_item (item);
233221 }
234222 {
235223 Input_Item item (" exx_v_grad_r_threshold" );
236- item.annotation = " threshold to screen nabla V matrix in exx" ;
224+ item.annotation = " threshold to screen nabla V * R matrix in exx" ;
237225 read_sync_double (input.exx_v_grad_r_threshold );
238226 this ->add_item (item);
239227 }
240- {
241- Input_Item item (" exx_cauchy_force_threshold" );
242- item.annotation = " threshold to screen exx force using Cauchy-Schwartz inequality" ;
243- read_sync_double (input.exx_cauchy_force_threshold );
244- this ->add_item (item);
245- }
246- {
247- Input_Item item (" exx_cauchy_stress_threshold" );
248- item.annotation = " threshold to screen exx stress using Cauchy-Schwartz inequality" ;
249- read_sync_double (input.exx_cauchy_stress_threshold );
250- this ->add_item (item);
251- }
252228 {
253229 Input_Item item (" exx_ccp_rmesh_times" );
254230 item.annotation = " how many times larger the radial mesh required for "
@@ -297,21 +273,6 @@ void ReadInput::item_exx()
297273 };
298274 this ->add_item (item);
299275 }
300- {
301- Input_Item item (" exx_distribute_type" );
302- item.annotation = " exx_distribute_type" ;
303- read_sync_string (input.exx_distribute_type );
304- item.check_value = [](const Input_Item& item, const Parameter& para) {
305- if (para.input .exx_distribute_type != " htime" && para.input .exx_distribute_type != " kmeans2"
306- && para.input .exx_distribute_type != " kmeans1" && para.input .exx_distribute_type != " order" )
307- {
308- ModuleBase::WARNING_QUIT (" ReadInput" ,
309- " exx_distribute_type must be htime or "
310- " kmeans2 or kmeans1 or order" );
311- }
312- };
313- this ->add_item (item);
314- }
315276 {
316277 Input_Item item (" exx_opt_orb_lmax" );
317278 item.annotation = " the maximum l of the spherical Bessel functions for opt ABFs" ;
0 commit comments