28 #ifndef _chemistry_qc_wfn_solvent_h 29 #define _chemistry_qc_wfn_solvent_h 35 #include <chemistry/solvent/bem.h> 36 #include <chemistry/qc/wfn/wfn.h> 37 #include <chemistry/qc/wfn/accum.h> 46 int separate_surf_charges_;
48 int integrate_nelectron_;
53 double **charge_positions_;
55 double *efield_dot_normals_;
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
Serializes objects that derive from SavableState.
Definition: stateout.h:61
A template class that maintains references counts.
Definition: ref.h:332
The RefSymmSCMatrix class is a smart pointer to an SCSymmSCMatrix specialization. ...
Definition: matrix.h:261
Restores objects that derive from SavableState.
Definition: statein.h:70