28#ifndef _chemistry_qc_wfn_accum_h
29#define _chemistry_qc_wfn_accum_h
35#include <chemistry/qc/wfn/wfn.h>
42class AccumH:
virtual public SavableState {
56 virtual void print_summary();
65class AccumHNull:
public AccumH {
77class SumAccumH:
public AccumH {
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
The RefSymmSCMatrix class is a smart pointer to an SCSymmSCMatrix specialization.
Definition matrix.h:261
A template class that maintains references counts.
Definition ref.h:332
Restores objects that derive from SavableState.
Definition statein.h:70
Serializes objects that derive from SavableState.
Definition stateout.h:61
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...