This file is indexed.

/usr/share/doc/libchemps2/html/index.html is in chemps2-doc 1.6-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!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>CheMPS2 documentation &mdash; CheMPS2 1.6 documentation</title>
    
    <link rel="stylesheet" href="_static/classic.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '1.6',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="/usr/share/javascript/jquery/jquery.js"></script>
    <script type="text/javascript" src="/usr/share/javascript/underscore/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <script type="text/javascript" src="/usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
    <link rel="top" title="CheMPS2 1.6 documentation" href="#" />
    <link rel="next" title="1. Installation" href="sourcecode.html" /> 
  </head>
  <body role="document">
    <div class="related" role="navigation" aria-label="related navigation">
      <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="sourcecode.html" title="1. Installation"
             accesskey="N">next</a> |</li>
        <li class="nav-item nav-item-0"><a href="#">CheMPS2 1.6 documentation</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="chemps2-documentation">
<h1>CheMPS2 documentation<a class="headerlink" href="#chemps2-documentation" title="Permalink to this headline"></a></h1>
<p>CheMPS2 is a scientific library which contains a spin-adapted implementation of the density matrix renormalization group (DMRG) for ab initio quantum chemistry. This method allows to obtain numerical accuracy in active spaces beyond the capabilities of full configuration interaction (FCI):</p>
<ul class="simple">
<li>up to 40 electrons in 40 orbitals for general active spaces</li>
<li>up to 100 electrons in 100 orbitals for one-dimensional active spaces, such as the <span class="math">\(\pi\)</span>-system of all-trans polyenes</li>
</ul>
<p>In addition, DMRG allows to obtain the 2-RDM of the active space efficiently. The method is therefore ideal to replace the FCI solver in the complete active space configuration interaction (CASCI) and complete active space self consistent field (CASSCF) methods, when the active space sizes become prohibitively expensive for FCI. The corresponding methods are called DMRG-CI and DMRG-SCF, respectively. Because DMRG can handle the abovementioned active space sizes, it allows to obtain FCI energies for small systems such as dimers, while for larger systems it is ideal to treat the static/strong correlation in a large active space.</p>
<p>The design philosophy for CheMPS2 is to be a lightweight, efficient, and stable library. For an input Hamiltonian and targeted symmetry sector, the library performs successive DMRG sweeps according to a user-defined convergence scheme. As output, the library returns the minimal encountered energy as well as the 2-RDM of the active space. With the latter, various molecular properties can be calculated, as well as the gradient and Hessian for orbital rotations or nuclear displacements. In addition, several correlation functions can be obtained to investigate the electronic structure in the active space.</p>
<p>CheMPS2 is parallelized for shared memory architectures with OpenMP and for distributed memory architectures with MPI. A hybrid combination of both parallelization strategies is supported. In the future, the calculation of the 2-RDM of the active space will be extended to the 3-RDM.</p>
<p>CheMPS2 is distributed under the GNU General Public License version 2, and can be downloaded from <a class="reference external" href="https://github.com/sebwouters/chemps2">https://github.com/sebwouters/chemps2</a>.</p>
<div class="section" id="contents">
<h2>Contents<a class="headerlink" href="#contents" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="sourcecode.html">1. Installation</a><ul>
<li class="toctree-l2"><a class="reference internal" href="sourcecode.html#dependencies">1.1. Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="sourcecode.html#download">1.2. Download</a></li>
<li class="toctree-l2"><a class="reference internal" href="sourcecode.html#build-the-chemps2-library-and-binary">1.3. Build the chemps2 library and binary</a></li>
<li class="toctree-l2"><a class="reference internal" href="sourcecode.html#test-libchemps2">1.4. Test libchemps2</a></li>
<li class="toctree-l2"><a class="reference internal" href="sourcecode.html#test-the-chemps2-binary">1.5. Test the chemps2 binary</a></li>
<li class="toctree-l2"><a class="reference internal" href="sourcecode.html#build-pychemps2">1.6. Build PyCheMPS2</a></li>
<li class="toctree-l2"><a class="reference internal" href="sourcecode.html#test-pychemps2">1.7. Test PyCheMPS2</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="publications.html">2. Publications</a></li>
<li class="toctree-l1"><a class="reference internal" href="method.html">3. DMRG algorithm</a></li>
<li class="toctree-l1"><a class="reference internal" href="symmetry.html">4. Symmetries</a></li>
<li class="toctree-l1"><a class="reference internal" href="matrixelements.html">5. <code class="docutils literal"><span class="pre">CheMPS2::Hamiltonian</span></code></a><ul>
<li class="toctree-l2"><a class="reference internal" href="matrixelements.html#psi4-fcidump-plugin">5.1. psi4 <code class="docutils literal"><span class="pre">fcidump</span></code> plugin</a></li>
<li class="toctree-l2"><a class="reference internal" href="matrixelements.html#psi4-savehdf-plugin">5.2. psi4 <code class="docutils literal"><span class="pre">savehdf</span></code> plugin</a></li>
<li class="toctree-l2"><a class="reference internal" href="matrixelements.html#custom-matrix-elements">5.3. Custom matrix elements</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="inoutput.html">6. DMRG calculations</a><ul>
<li class="toctree-l2"><a class="reference internal" href="inoutput.html#chemps2-problem">6.1. <code class="docutils literal"><span class="pre">CheMPS2::Problem</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="inoutput.html#chemps2-convergencescheme">6.2. <code class="docutils literal"><span class="pre">CheMPS2::ConvergenceScheme</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="inoutput.html#chemps2-dmrg">6.3. <code class="docutils literal"><span class="pre">CheMPS2::DMRG</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="inoutput.html#excited-states">6.4. Excited states</a></li>
<li class="toctree-l2"><a class="reference internal" href="inoutput.html#extrapolation">6.5. Extrapolation</a></li>
<li class="toctree-l2"><a class="reference internal" href="inoutput.html#orbital-choice-and-ordering">6.6. Orbital choice and ordering</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="resources.html">7. Typical resource requirements</a><ul>
<li class="toctree-l2"><a class="reference internal" href="resources.html#n2-cc-pvdz">7.1. N2/cc-pVDZ</a></li>
<li class="toctree-l2"><a class="reference internal" href="resources.html#h2o-roos-ano-dz">7.2. H2O/Roos&#8217; ANO DZ</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="dmrgscf.html">8. DMRG-SCF</a><ul>
<li class="toctree-l2"><a class="reference internal" href="dmrgscf.html#augmented-hessian-newton-raphson">8.1. Augmented Hessian Newton-Raphson</a></li>
<li class="toctree-l2"><a class="reference internal" href="dmrgscf.html#diis">8.2. DIIS</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="dmrgscfcalcs.html">9. DMRG-SCF calculations</a><ul>
<li class="toctree-l2"><a class="reference internal" href="dmrgscfcalcs.html#chemps2-dmrgscfoptions">9.1. <code class="docutils literal"><span class="pre">CheMPS2::DMRGSCFoptions</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="dmrgscfcalcs.html#chemps2-casscf">9.2. <code class="docutils literal"><span class="pre">CheMPS2::CASSCF</span></code></a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="interfaces.html">10. Interfaces to psi4 and pyscf</a><ul>
<li class="toctree-l2"><a class="reference internal" href="interfaces.html#psi4-dmrgscf-plugin">10.1. psi4 <code class="docutils literal"><span class="pre">dmrgscf</span></code> plugin</a></li>
<li class="toctree-l2"><a class="reference internal" href="interfaces.html#id7">10.2. pyscf</a></li>
</ul>
</li>
</ul>
</div>
<p>For more elaborate information on CheMPS2, please consult the <a class="reference internal" href="publications.html#label-publications"><span>publications</span></a> and the <a class="reference external" href="http://sebwouters.github.io/CheMPS2/doxygen/index.html">doxygen html output</a>.</p>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
            <p class="logo"><a href="#">
              <img class="logo" src="_static/CheMPS2logo.png" alt="Logo"/>
            </a></p>
  <h3><a href="#">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">CheMPS2 documentation</a><ul>
<li><a class="reference internal" href="#contents">Contents</a></li>
</ul>
</li>
</ul>

  <h4>Next topic</h4>
  <p class="topless"><a href="sourcecode.html"
                        title="next chapter">1. Installation</a></p>
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="_sources/index.txt"
            rel="nofollow">Show Source</a></li>
    </ul>
   </div>
<div id="searchbox" style="display: none" role="search">
  <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="related" role="navigation" aria-label="related navigation">
      <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="sourcecode.html" title="1. Installation"
             >next</a> |</li>
        <li class="nav-item nav-item-0"><a href="#">CheMPS2 1.6 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &copy; Copyright 2013-2015, Sebastian Wouters.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.3.
    </div>
  </body>
</html>