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

Public Member Functions | |
| UncontractedBasisSet (const Ref< KeyVal > &) | |
| The KeyVal constructor. | |
| UncontractedBasisSet (const Ref< GaussianBasisSet > &) | |
| Uncontract the given GaussianBasisSet object. | |
| UncontractedBasisSet (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. | |
Protected Member Functions | |
| void | uncontract (const Ref< GaussianBasisSet > &) |
The KeyVal constructor.
It does not call the basis class KeyVal constructor.
basis
| sc::UncontractedBasisSet::UncontractedBasisSet | ( | const Ref< GaussianBasisSet > & | ) |
Uncontract the given GaussianBasisSet object.
| void sc::UncontractedBasisSet::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.