Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 247b28499c443e092731ffba814075f2 > files > 1323

mpqc-html-2.3.1-9mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>MPQC: The Source Tree</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1><a class="anchor" name="srctree">The Source Tree </a></h1><dl>
<dt><code>bin</code></dt>
<dd>This directory mainly contains commands that are used to help with the compilation of SC.<p>
</dd>
<dt><code>lib/basis</code></dt>
<dd>The Gaussian basis set data files are in this directory.<p>
</dd>
<dt><code>lib/elisp</code></dt>
<dd>If you are an emacs user, some useful modes and C++ programming style specifications can be found here.<p>
</dd>
<dt><code>lib/perl</code></dt>
<dd>Perl modules that are used by the MPQC validation suite are found here.<p>
</dd>
<dt><code>src/lib/util/options</code> </dt>
<dd>This contains the GetLongOpt command line argument parsing facility written by S. Manoharan, with some modifications.<p>
</dd>
<dt><code>src/lib/util/ref</code> </dt>
<dd>This library provides memory management for objects. See <a class="el" href="ref.html">The Reference Library</a> for more information.<p>
</dd>
<dt><code>src/lib/util/container</code></dt>
<dd>This library provides container classes. Some of these classes are not very efficient and it is likely that they will be replaced by the C++ Standard Template Library (STL) when it is supported fully by more compilers. If your C++ implementation supports the STL you can configure with the <code>--enable-stl</code> option to use STL containers in place of the containers provided by this library.<p>
</dd>
<dt><code>src/lib/util/misc</code></dt>
<dd>This contains a variety of independent classes that don't belong anywhere else. Here one can find classes to assist with debugging, provide information about the execution environment, help make the output prettier, maintain detailed timing information, etc.<p>
</dd>
<dt><code>src/lib/util/class</code></dt>
<dd>This library provides base classes for classes that require meta-information about the class. This meta-information includes the class name, meta-information about the parent class and derived classes, pointers to functions that can create instances of the class, and so on. See <a class="el" href="class.html">The Described Class Library</a> for more information.<p>
</dd>
<dt><code>src/lib/util/keyval</code></dt>
<dd>This library provides classes that read keyword/value pairs from an input file. See <a class="el" href="keyval.html">The KeyVal Library</a> for more information.<p>
</dd>
<dt><code>src/lib/util/state</code></dt>
<dd>The state library provides a base class for persistent objects and classes to read and write these objects to a stream. See <a class="el" href="state.html">The State Library</a> for more information.<p>
</dd>
<dt><code>src/lib/util/group</code></dt>
<dd>This group library provides classes to utilize multiple processors of a parallel machine. Message passing, distributed shared memory, and multi-threaded models are supported. See <a class="el" href="group.html">The Group Library</a> for more information.<p>
</dd>
<dt><code>src/lib/util/render</code></dt>
<dd>This library provides a standard interface to rendering packages.<p>
</dd>
<dt><code>src/lib/math/linpackd</code></dt>
<dd>This library contains double precision C versions of some of the linpack routines.<p>
</dd>
<dt><code>src/lib/math/scmat</code></dt>
<dd>This library defines an abstract matrix class and supplies concrete implementations of parallel replicated and distributed matrices. See <a class="el" href="scmat.html">The Matrix Library</a> for more information.<p>
</dd>
<dt><code>src/lib/math/optimize</code></dt>
<dd>The optimize library provides classes to perform optimizations and base classes for objects that compute a scalar quantity as a function of several coordinates.<p>
</dd>
<dt><code>src/lib/math/isosurf</code></dt>
<dd>This library can be used to compute a triangulated approximation to an isosurface.<p>
</dd>
<dt><code>src/lib/math/symmetry</code></dt>
<dd>The symmetry library contains classes useful for describing point group symmetry. See <a class="el" href="symmetry.html">The Symmetry Library</a> for more information.<p>
</dd>
<dt><code>src/lib/chemistry/molecule</code></dt>
<dd>This library has classes to describe molecules and internal molecular coordinates. A base class for classes that map the molecular coordinates to an energy is provided to permit the optimization of the molecular coordinates.<p>
</dd>
<dt><code>src/lib/chemistry/solvent</code></dt>
<dd>This code can be used to describe solvated molecules.<p>
</dd>
<dt><code>src/lib/chemistry/qc/basis</code></dt>
<dd>The basis library has classes that describe Gaussian basis sets and base classes for libraries that compute integrals involving these functions.<p>
</dd>
<dt><code>src/lib/chemistry/qc/oint3</code></dt>
<dd>This library is comprised of machine generated code that is only used by the intv3 library.<p>
</dd>
<dt><code>src/lib/chemistry/qc/intv3</code></dt>
<dd>The intv3 library computes integrals involving Gaussian basis functions.<p>
</dd>
<dt><code>src/lib/chemistry/qc/wfn</code></dt>
<dd>The wfn library contains base classes for classes that, given a molecule and a basis set, compute the energy and other properties of the molecule.<p>
</dd>
<dt><code>src/lib/chemistry/qc/scf</code></dt>
<dd>The scf library is used to compute self-consistent-field energies and gradients. Specializations for Hartree-Fock theory are provided.<p>
</dd>
<dt><code>src/lib/chemistry/qc/dft</code></dt>
<dd>The dft library provides implementations of density functional theory energies and gradients.<p>
</dd>
<dt><code>src/lib/chemistry/qc/mbpt</code></dt>
<dd>This library computes second-order perturbation theory energies and gradients.<p>
</dd>
<dt><code>src/lib/chemistry/qc/psi</code></dt>
<dd>This provides an example of interfacing MPQC to an external quantum chemistry package.<p>
</dd>
<dt><code>src/bin/mpqc</code></dt>
<dd>The Massively Parallel Quantum Chemistry program is in this directory. See <a class="el" href="mpqc.html">mpqc</a> for more information.<p>
</dd>
<dt><code>src/bin/scls</code></dt>
<dd>This program lists the contents of files created by <a class="el" href="state.html">The State Library</a>. See <a class="el" href="scls.html">scls</a> for more information.<p>
</dd>
<dt><code>src/bin/scpr</code></dt>
<dd>This program prints objects contained in files created by <a class="el" href="state.html">The State Library</a>. See <a class="el" href="scpr.html">scpr</a> for more information.<p>
</dd>
</dl>
</div>
<hr>
<address>
<small>

Generated at Wed Oct 14 14:12:12 2009 for <a
href="http://www.mpqc.org">MPQC</a>
2.3.1 using the documentation package <a
href="http://www.doxygen.org">Doxygen</a>
1.5.9.

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