Skip to content

Commit

Permalink
vem stubbing
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Oct 18, 2024
1 parent 68dc39d commit a5bad30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/make_nwchem_config
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ STUBROUTINES := $(patsubst qmmm, qmmm_input task_qmmm_fep task_qmmm_abc qmmm_pri
STUBROUTINES := $(patsubst mm, mm_add_energy mm_add_egrad mm_input mmi_init mmi_end mm_task_gradient mm_task_energy,$(STUBROUTINES) )
STUBROUTINES := $(patsubst dplot,dplot dplot_input player,$(STUBROUTINES) )
STUBROUTINES := $(patsubst property,property raman_input task_raman prop_input hnd_nwhnd_tran hnd_prp_vec_read hnd_diag hnd_elfcon_symm hnd_elfcon hnd_elfcon_fde get_slctd_atoms xc_tabcd_giao_nmr_rhs int_giao_1ega fiao_b1_movecs giao_b1_movecs int_mpole_1ega atom_gfac,$(STUBROUTINES) )
STUBROUTINES := $(patsubst solvation,cosmo_input cosmo_initialize cosmo_charges cosmo_charges_from_dmat cosmo_def_radii cosmo_tidy cosff cosdff grad_hnd_cos cosmo_smd_output cosmo_vem_output,$(STUBROUTINES) )
STUBROUTINES := $(patsubst solvation,cosmo_input cosmo_initialize cosmo_charges cosmo_charges_from_dmat cosmo_def_radii cosmo_tidy cosff cosdff grad_hnd_cos cosmo_smd_output cosmo_vem_output hnd_destroy_gvems hnd_create_gvems,$(STUBROUTINES) )
STUBROUTINES := $(patsubst vscf,task_vscf vscf_input,$(STUBROUTINES) )
STUBROUTINES := $(patsubst dntmc,task_dntmc dntmc_input,$(STUBROUTINES) )
STUBROUTINES := $(patsubst dangchang,dc_energy dangchang_input,$(STUBROUTINES) )
Expand Down

0 comments on commit a5bad30

Please sign in to comment.