28#ifndef _chemistry_qc_scf_scfops_h
29#define _chemistry_qc_scf_scfops_h
31#include <math/scmat/elemop.h>
32#include <math/scmat/blocked.h>
34#include <chemistry/qc/scf/scf.h>
48 void defer_collect(
int h);
66 void set_shift(
double);
101 int has_side_effects();
void process(SCMatrixBlockIter &)
This is the fallback routine to process blocks and is called by process_spec members that are not ove...
void process(SCMatrixBlockIter &)
This is the fallback routine to process blocks and is called by process_spec members that are not ove...
int has_side_effects()
By default this returns nonzero.
void process(SCMatrixBlockIter &)
This is the fallback routine to process blocks and is called by process_spec members that are not ove...
A template class that maintains references counts.
Definition ref.h:361
The SCElementOp2 class is very similar to the SCElementOp class except that pairs of blocks are treat...
Definition elemop.h:159
The SCF class is the base for all classes that use a self-consistent field procedure to solve an effe...
Definition scf.h:51
The SCMatrixBlockIter class is used to described iterates that loop through the elements in a block.
Definition blkiter.h:46
Contains all MPQC code up to version 3.
Definition mpqcin.h:14