MPQC  3.0.0-alpha
cart.h
1 //
2 // cart.h
3 //
4 // Copyright (C) 2011 Edward Valeev
5 //
6 // Author: Edward Valeev <evaleev@vt.edu>
7 // Maintainer: EV
8 //
9 // This file is part of the SC Toolkit.
10 //
11 // The SC Toolkit is free software; you can redistribute it and/or modify
12 // it under the terms of the GNU Library General Public License as published by
13 // the Free Software Foundation; either version 2, or (at your option)
14 // any later version.
15 //
16 // The SC Toolkit is distributed in the hope that it will be useful,
17 // but WITHOUT ANY WARRANTY; without even the implied warranty of
18 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 // GNU Library General Public License for more details.
20 //
21 // You should have received a copy of the GNU Library General Public License
22 // along with the SC Toolkit; see the file COPYING.LIB. If not, write to
23 // the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
24 //
25 // The U.S. Government is granted a limited license as per AL 91-7.
26 //
27 
28 #ifndef _mpqc_src_lib_chemistry_qc_basis_cart_h
29 #define _mpqc_src_lib_chemistry_qc_basis_cart_h
30 
31 #include <chemistry/qc/basis/basis.h>
32 #include <chemistry/qc/basis/integral.h>
33 
34 namespace sc {
35 
39  public:
53  CartesianBasisSet(const Ref<KeyVal>& kv);
57  virtual ~CartesianBasisSet();
59 
60  const Ref<GaussianBasisSet>& parent() const;
61 
62  private:
63  static ClassDesc class_desc_;
64 
65  Ref<Integral> integral_; //< this defines the transformation from cartesian to spherical
66  Ref<GaussianBasisSet> parent_; //< parent basis
67 
68  void convert(const Ref<GaussianBasisSet>& parent,
69  const Ref<Integral>& integral);
70  };
71 
72 
73 } // end of namespace sc
74 
75 #endif // end of header guard
76 
77 
78 // Local Variables:
79 // mode: c++
80 // c-file-style: "CLJ-CONDENSED"
81 // End:
sc::CartesianBasisSet::CartesianBasisSet
CartesianBasisSet(const Ref< KeyVal > &kv)
A KeyVal constructor is used to generate a CartesianBasisSet object from the input.
sc::CartesianBasisSet::save_data_state
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
sc::Ref
A template class that maintains references counts.
Definition: ref.h:361
sc::StateIn
Definition: statein.h:79
sc::ClassDesc
This class is used to contain information about classes.
Definition: class.h:147
sc::Integral::get_default_integral
static Integral * get_default_integral()
Returns the default Integral factory.
sc::StateOut
Definition: stateout.h:71
sc::CartesianBasisSet
CartesianBasisSet is obtained from the parent basis by converting spherical harmonic shells to cartes...
Definition: cart.h:38
sc::GaussianBasisSet
The GaussianBasisSet class is used describe a basis set composed of atomic gaussian orbitals.
Definition: gaussbas.h:141
sc
Contains all MPQC code up to version 3.
Definition: mpqcin.h:14

Generated at Sun Jan 26 2020 23:23:57 for MPQC 3.0.0-alpha using the documentation package Doxygen 1.8.16.