Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 29c20b29a62bbdf39f70400098af0a5a > files > 2802

psi4-doc-4.0-0.11.0c7ea92git.fc20.noarch.rpm




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Programming: Using the Core Libraries &mdash; PSI4 [] documentation</title>
    
    <link rel="stylesheet" href="_static/psi4.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <link rel="stylesheet" href="#" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     '',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <script type="text/javascript" src="_static/jquery.cookie.js"></script>
    <script type="text/javascript" src="_static/toggle_sections.js"></script>
    <script type="text/javascript" src="_static/toggle_sidebar.js"></script>
    <script type="text/javascript" src="_static/toggle_codeprompt.js"></script>
    <link rel="top" title="PSI4 [] documentation" href="index.html" />
    <link rel="next" title="LibOptions: globals, locals, has_changed and all that" href="optionshandling.html" />
    <link rel="prev" title="PEP1: Proposing PsiPEP for PSI4" href="pep0001.html" /> 
  </head>
  <body>
    <div class="relbar-top">
        
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> &nbsp; &nbsp;</li>
        <li class="right" >
          <a href="contents.html" title="Table Of Contents"
             accesskey="C">toc</a> &nbsp; &nbsp;</li>
        <li class="right" >
          <a href="optionshandling.html" title="LibOptions: globals, locals, has_changed and all that"
             accesskey="N">next</a> &nbsp; &nbsp;</li>
        <li class="right" >
          <a href="pep0001.html" title="PEP1: Proposing PsiPEP for PSI4"
             accesskey="P">previous</a> &nbsp; &nbsp;</li>
    <li><a href="index.html">PSI4 []</a> &raquo; </li>
 
      </ul>
    </div>
    </div>
  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <img alt="PSI4 Project Logo" src="_images/psi4banner.png" style="width: 100%;" />
<div class="section" id="programming-using-the-core-libraries">
<span id="sec-programming"></span><h1>Programming: Using the Core Libraries<a class="headerlink" href="#programming-using-the-core-libraries" title="Permalink to this headline">ΒΆ</a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="optionshandling.html">LibOptions: globals, locals, has_changed and all that</a><ul>
<li class="toctree-l2"><a class="reference internal" href="optionshandling.html#declaring-options">Declaring Options</a></li>
<li class="toctree-l2"><a class="reference internal" href="optionshandling.html#what-is-has-changed">What is <em>has_changed</em> ?</a></li>
<li class="toctree-l2"><a class="reference internal" href="optionshandling.html#reading-options-in-module">Reading Options in Module</a></li>
<li class="toctree-l2"><a class="reference internal" href="optionshandling.html#handling-options-in-driver">Handling Options in Driver</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="proc_py.html">Adding Methods to Driver</a></li>
</ul>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h4>Previous topic</h4>
  <p class="topless"><a href="pep0001.html"
                        title="previous chapter">PEP1: Proposing PsiPEP for PSI4</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="optionshandling.html"
                        title="next chapter">LibOptions: globals, locals, has_changed and all that</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/programming.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="relbar-bottom">
        
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> &nbsp; &nbsp;</li>
        <li class="right" >
          <a href="contents.html" title="Table Of Contents"
             >toc</a> &nbsp; &nbsp;</li>
        <li class="right" >
          <a href="optionshandling.html" title="LibOptions: globals, locals, has_changed and all that"
             >next</a> &nbsp; &nbsp;</li>
        <li class="right" >
          <a href="pep0001.html" title="PEP1: Proposing PsiPEP for PSI4"
             >previous</a> &nbsp; &nbsp;</li>
    <li><a href="index.html">PSI4 []</a> &raquo; </li>
 
      </ul>
    </div>
    </div>

    <div class="footer">
        &copy; Copyright 2013, The Psi4 Project.
      Last updated on May 13, 2014.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>
    <!-- cloud_sptheme 1.3 -->
  </body>
</html>