sc::SplitBasisSet Class Reference

The SplitBasisSet class is used to split a basis set's contractions into multiple shells. More...

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

Inheritance diagram for sc::SplitBasisSet:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 SplitBasisSet (const Ref< KeyVal > &)
 The KeyVal constructor.
 SplitBasisSet (const Ref< GaussianBasisSet > &)
 Split the given GaussianBasisSet object.
 SplitBasisSet (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 split (const Ref< GaussianBasisSet > &)


Detailed Description

The SplitBasisSet class is used to split a basis set's contractions into multiple shells.

Constructor & Destructor Documentation

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

The KeyVal constructor.

It does not call the basis class KeyVal constructor.

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

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

Split the given GaussianBasisSet object.


Member Function Documentation

void sc::SplitBasisSet::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:32 2009 for MPQC 3.0.0-alpha using the documentation package Doxygen 1.5.6.
These pages are hosted on SourceForge.net