sc::UncontractedBasisSet Class Reference

The UncontractedBasisSet class is used to form uncontracted Gaussian basis sets. More...

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

Inheritance diagram for sc::UncontractedBasisSet:

Inheritance graph
[legend]

List of all members.

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 > &)


Detailed Description

The UncontractedBasisSet class is used to form uncontracted Gaussian basis sets.

Constructor & Destructor Documentation

sc::UncontractedBasisSet::UncontractedBasisSet ( const Ref< KeyVal > &   ) 

The KeyVal constructor.

It does not call the basis class KeyVal constructor.

basis
The gives the GaussianBasisSet object that will be uncontracted to form this basis set.

sc::UncontractedBasisSet::UncontractedBasisSet ( const Ref< GaussianBasisSet > &   ) 

Uncontract the given GaussianBasisSet object.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated at Sun Feb 22 10:12:33 2009 for MPQC 3.0.0-alpha using the documentation package Doxygen 1.5.6.
These pages are hosted on SourceForge.net