#include <chemistry/qc/basis/lselect.h>

Public Member Functions | |
| LSelectBasisSet (const Ref< KeyVal > &) | |
| The KeyVal constructor. | |
| LSelectBasisSet (const Ref< GaussianBasisSet > &) | |
| LSelect the given GaussianBasisSet object. | |
| LSelectBasisSet (StateIn &) | |
| void | save_data_state (StateOut &) |
| Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. | |
The KeyVal constructor.
It does not call the basis class KeyVal constructor.
basisSplitBasisSet), if necessary.
lmin
lmax
llmin and lmax.
| sc::LSelectBasisSet::LSelectBasisSet | ( | const Ref< GaussianBasisSet > & | ) |
LSelect the given GaussianBasisSet object.
| void sc::LSelectBasisSet::save_data_state | ( | StateOut & | ) | [virtual] |
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them.
This must be implemented by the derived class if the class has data.
Reimplemented from sc::GaussianBasisSet.