@@ -50,7 +50,6 @@ VPATH=./src_global:\
5050./source_pw/module_pwdft:\
5151./source_pw/module_ofdft:\
5252./source_pw/module_stodft:\
53- ./source_pw/module_pwdft/operator_pw:\
5453./source_pw/module_pwdft/kernels:\
5554./source_pw/module_pwdft/module_exx_helper:\
5655./source_pw/module_stodft/kernels:\
@@ -168,8 +167,8 @@ OBJS_BASE=abfs-vector3_order.o\
168167 ylm.o\
169168 opt_CG.o\
170169 opt_DCsrch.o\
171- cubic_spline.o\
172- spherical_bessel_transformer.o\
170+ cubic_spline.o\
171+ spherical_bessel_transformer.o\
173172 mixing_data.o\
174173 mixing.o\
175174 plain_mixing.o\
@@ -308,20 +307,21 @@ OBJS_GINT=batch_biggrid.o\
308307OBJS_HAMILT=hamilt_pw.o\
309308 hamilt_sdft_pw.o\
310309 operator.o\
311- operator_pw .o\
312- op_exx_pw .o\
313- ekinetic_pw .o\
310+ op_pw .o\
311+ op_pw_exx .o\
312+ op_pw_ekin .o\
314313 ekinetic_op.o\
315- exx_pw_ace .o\
316- exx_pw_pot .o\
314+ op_pw_exx_ace .o\
315+ op_pw_exx_pot .o\
317316 hpsi_norm_op.o\
318- veff_pw .o\
317+ op_pw_veff .o\
319318 veff_op.o\
320- nonlocal_pw .o\
319+ op_pw_nl .o\
321320 nonlocal_op.o\
322- meta_pw .o\
321+ op_pw_meta .o\
323322 meta_op.o\
324- velocity_pw.o\
323+ op_pw_vel.o\
324+ op_pw_proj.o\
325325 radial_proj.o\
326326 exx_helper.o\
327327 vec_mul_vec_complex_op.o\
@@ -417,18 +417,18 @@ OBJS_ORBITAL=ORB_atomic.o\
417417 ORB_nonlocal_lm.o\
418418 ORB_read.o\
419419 parallel_orbitals.o\
420- atomic_radials.o\
420+ atomic_radials.o\
421421 hydrogen_radials.o\
422422 pswfc_radials.o\
423- beta_radials.o\
424- sphbes_radials.o\
425- numerical_radial.o\
426- radial_collection.o\
427- radial_set.o\
428- real_gaunt_table.o\
429- two_center_bundle.o\
430- two_center_integrator.o\
431- two_center_table.o\
423+ beta_radials.o\
424+ sphbes_radials.o\
425+ numerical_radial.o\
426+ radial_collection.o\
427+ radial_set.o\
428+ real_gaunt_table.o\
429+ two_center_bundle.o\
430+ two_center_integrator.o\
431+ two_center_table.o\
432432 projgen.o\
433433
434434OBJS_PSI=psi.o\
@@ -628,8 +628,8 @@ OBJS_LCAO=evolve_elec.o\
628628 boundary_fix.o\
629629 upsi.o\
630630 FORCE_STRESS.o\
631- FORCE_gamma.o\
632- FORCE_k.o\
631+ FORCE_gamma.o\
632+ FORCE_k.o\
633633 stress_tools.o\
634634 edm.o\
635635 pulay_fs_center2.o\
@@ -685,9 +685,9 @@ OBJS_PARALLEL=parallel_common.o\
685685
686686OBJS_SRCPW=H_Ewald_pw.o\
687687 dnrm2.o\
688- VL_in_pw .o\
689- VNL_in_pw .o\
690- VNL_grad_pw .o\
688+ vl_pw .o\
689+ vnl_pw .o\
690+ vnl_pw_grad .o\
691691 chgmixing.o\
692692 charge.o\
693693 charge_init.o\
@@ -728,17 +728,17 @@ OBJS_SRCPW=H_Ewald_pw.o\
728728 sto_func.o\
729729 sto_forces.o\
730730 sto_stress_pw.o\
731- stress_func_cc .o\
732- stress_func_ewa .o\
733- stress_func_exx .o\
734- stress_func_gga .o\
735- stress_func_mgga .o\
736- stress_func_har .o\
737- stress_func_kin .o\
738- stress_func_loc .o\
739- stress_func_nl .o\
740- stress_func_us .o\
741- stress_func_onsite .o\
731+ stress_cc .o\
732+ stress_ewa .o\
733+ stress_exx .o\
734+ stress_gga .o\
735+ stress_mgga .o\
736+ stress_har .o\
737+ stress_kin .o\
738+ stress_loc .o\
739+ stress_nl .o\
740+ stress_us .o\
741+ stress_onsite .o\
742742 stress_pw.o\
743743 of_stress_pw.o\
744744 of_print_info.o\
@@ -753,7 +753,7 @@ OBJS_SRCPW=H_Ewald_pw.o\
753753 sto_dos.o\
754754 onsite_projector.o\
755755 onsite_proj_tools.o\
756- VSep_in_pw .o
756+ vsep_pw .o
757757
758758OBJS_VDW=vdw.o\
759759 vdwd2_parameters.o\
0 commit comments