27#ifndef _chemistry_qc_basis_lselect_h
28#define _chemistry_qc_basis_lselect_h
30#include <chemistry/qc/basis/gaussbas.h>
78 std::vector<unsigned int> l_;
83 static int debug() {
return 0; }
The GaussianBasisSet class is used describe a basis set composed of atomic gaussian orbitals.
Definition gaussbas.h:145
The LSelectBasisSet class is used to select shells by angular momentum from a mother basis.
Definition lselect.h:36
LSelectBasisSet(const Ref< KeyVal > &)
The KeyVal constructor.
LSelectBasisSet(const Ref< GaussianBasisSet > &)
LSelect the given GaussianBasisSet object.
void save_data_state(StateOut &)
saves this to so
A template class that maintains references counts.
Definition ref.h:361
Restores fundamental and user-defined types from images created with StateOut.
Definition statein.h:79
Serializes fundamental and user-defined types.
Definition stateout.h:71
Contains all MPQC code up to version 3.
Definition mpqcin.h:14