Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > contrib > by-pkgid > 263386785cefb9ae5d63b926d214d809 > files > 738

mpqc-2.1.2-4mdk.ppc.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>sc::SphericalTransformComponent class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.2.5 on Mon Oct 14 14:17:50 2002 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>sc::SphericalTransformComponent  Class Reference</h1>This is a base class for a container for a component of a sparse Cartesian to solid harmonic basis function transformation. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="chemistry_qc_basis_transform_h-source.html">transform.h</a>&gt;</code>
<p>
Inheritance diagram for sc::SphericalTransformComponent<p><center><img src="class_sc__SphericalTransformComponent_inherit_graph.gif" border="0" usemap="#sc::SphericalTransformComponent_inherit_map" alt="Inheritance graph"></center>
<map name="sc::SphericalTransformComponent_inherit_map">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="class_sc__SphericalTransformComponent-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="a0" doxytag="sc::SphericalTransformComponent::a"></a>
int&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SphericalTransformComponent.html#a0">a</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns the exponent of x.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a1" doxytag="sc::SphericalTransformComponent::b"></a>
int&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SphericalTransformComponent.html#a1">b</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns the exponent of y.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a2" doxytag="sc::SphericalTransformComponent::c"></a>
int&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SphericalTransformComponent.html#a2">c</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns the exponent of z.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a3" doxytag="sc::SphericalTransformComponent::cartindex"></a>
int&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SphericalTransformComponent.html#a3">cartindex</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns the index of the Cartesian basis function.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a4" doxytag="sc::SphericalTransformComponent::pureindex"></a>
int&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SphericalTransformComponent.html#a4">pureindex</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns the index solid harmonic basis function.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a5" doxytag="sc::SphericalTransformComponent::coef"></a>
double&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SphericalTransformComponent.html#a5">coef</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns the coefficient of this component of the transformation.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>virtual void&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SphericalTransformComponent.html#a6">init</a> (int a, int b, int c, double coef, int pureindex)=0</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Initialize this object.</em> <a href="#a6">More...</a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="n0" doxytag="sc::SphericalTransformComponent::coef_"></a>
double&nbsp;</td><td valign=bottom><b>coef_</b></td></tr>
<tr><td nowrap align=right valign=top><a name="n1" doxytag="sc::SphericalTransformComponent::a_"></a>
int&nbsp;</td><td valign=bottom><b>a_</b></td></tr>
<tr><td nowrap align=right valign=top><a name="n2" doxytag="sc::SphericalTransformComponent::b_"></a>
int&nbsp;</td><td valign=bottom><b>b_</b></td></tr>
<tr><td nowrap align=right valign=top><a name="n3" doxytag="sc::SphericalTransformComponent::c_"></a>
int&nbsp;</td><td valign=bottom><b>c_</b></td></tr>
<tr><td nowrap align=right valign=top><a name="n4" doxytag="sc::SphericalTransformComponent::cartindex_"></a>
int&nbsp;</td><td valign=bottom><b>cartindex_</b></td></tr>
<tr><td nowrap align=right valign=top><a name="n5" doxytag="sc::SphericalTransformComponent::pureindex_"></a>
int&nbsp;</td><td valign=bottom><b>pureindex_</b></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This is a base class for a container for a component of a sparse Cartesian to solid harmonic basis function transformation.
<p>
<hr><h2>Member Function Documentation</h2>
<a name="a6" doxytag="sc::SphericalTransformComponent::init"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td nowrap valign="top"><b> 
void sc::SphericalTransformComponent::init (
          </b></td>
          <td valign="bottom"><b>
int <em>a</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>b</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>c</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
double <em>coef</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>pureindex</em>&nbsp;)<code> [pure virtual]</code>
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Initialize this object.
<p>
This must be provided in all specializations of this class to establish the ordering between a, b and c and the index of the Cartesian basis function. Other things such as adjustment of the coefficient to account for normalization differences can be done as well. The default <a class="el" href="class_sc__SphericalTransform.html#b2">SphericalTransform::init</a>() implementation requires that only the x<sup>l</sup>, y<sup>l</sup> and z<sup>l</sup> basis functions are normalized to unity.     </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="chemistry_qc_basis_transform_h-source.html">chemistry/qc/basis/transform.h</a></ul>
<hr>
<address>
<small>

Generated at Mon Oct 14 14:17:50 2002 for <a
href="http://aros.ca.sandia.gov/~cljanss/mpqc">MPQC</a>
2.1.2 using the documentation package <a
href="http://www.stack.nl/~dimitri/doxygen/index.html">Doxygen</a>
1.2.5.

</small>
</address>
</body>
</html>