This file is indexed.

/usr/share/doc/libchemps2/html/index.html is in chemps2-doc 1.8.3-2.

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
180
181
182
183
184
185
186
187
188
189
190
191
192
<!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 &#8212; CheMPS2 1.8.3 (2016-11-15) 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.8.3 (2016-11-15)',
        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="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="top" title="CheMPS2 1.8.3 (2016-11-15) 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.8.3 (2016-11-15) documentation</a> &#187;</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 wavefunction method allows to obtain numerical accuracy in active spaces beyond the capabilities of full configuration interaction (FCI), and allows to extract the 2-, 3-, and 4-particle reduced density matrices (2-, 3- and 4-RDM) of the active space.</p>
<p>For general active spaces up to 40 electrons in 40 orbitals can be handled with DMRG, and for one-dimensional active spaces up to 100 electrons in 100 orbitals. The 2-RDM of these active spaces can also be easily extracted, while the 3- and 4-RDM are limited to about 28 orbitals.</p>
<p>When the active space size becomes prohibitively expensive for FCI, DMRG can be used to replace the FCI solver in the complete active space self consistent field (CASSCF) method and the corresponding complete active space second order perturbation theory (CASPT2). The corresponding methods are called DMRG-SCF and DMRG-CASPT2, respectively. For DMRG-SCF the active space 2-RDM is required, and for DMRG-CASPT2 the active space 4-RDM.</p>
<p>CheMPS2 is designed for high-performance computers, with a hybrid parallelization for mixed distributed and shared memory architectures, realized with MPI and OpenMP.</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#scaling-with-system-size">7.1. Scaling with system size</a></li>
<li class="toctree-l2"><a class="reference internal" href="resources.html#n2-cc-pvdz">7.2. N2/cc-pVDZ</a></li>
<li class="toctree-l2"><a class="reference internal" href="resources.html#h2o-roos-ano-dz">7.3. H2O/Roos&#8217; ANO DZ</a></li>
<li class="toctree-l2"><a class="reference internal" href="resources.html#hybrid-parallelization">7.4. Hybrid parallelization</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="caspt2.html">10. Internally contracted CASPT2</a><ul>
<li class="toctree-l2"><a class="reference internal" href="caspt2.html#the-required-4-rdm-elements">10.1. The required 4-RDM elements</a></li>
<li class="toctree-l2"><a class="reference internal" href="caspt2.html#cas-perturbation-theory">10.2. CAS perturbation theory</a></li>
<li class="toctree-l2"><a class="reference internal" href="caspt2.html#caspt2-calculations">10.3. CASPT2 calculations</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="interfaces.html">11. Interfaces to psi4 and pyscf</a><ul>
<li class="toctree-l2"><a class="reference internal" href="interfaces.html#psi4-dmrg-plugin">11.1. psi4 <code class="docutils literal"><span class="pre">dmrg</span></code> plugin</a></li>
<li class="toctree-l2"><a class="reference internal" href="interfaces.html#id7">11.2. pyscf</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="handson.html">12. DMRG workshop (12-jul-2016): hands-on session</a><ul>
<li class="toctree-l2"><a class="reference internal" href="handson.html#introduction">12.1. Introduction</a></li>
<li class="toctree-l2"><a class="reference internal" href="handson.html#ugent-hpc">12.2. UGent HPC</a></li>
<li class="toctree-l2"><a class="reference internal" href="handson.html#fcidump-and-molden">12.3. <code class="docutils literal"><span class="pre">FCIDUMP</span></code> and <code class="docutils literal"><span class="pre">MOLDEN</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="handson.html#basis-choice">12.4. Basis choice</a></li>
<li class="toctree-l2"><a class="reference internal" href="handson.html#dmrg-scf">12.5. DMRG-SCF</a></li>
<li class="toctree-l2"><a class="reference internal" href="handson.html#dmrg-caspt2">12.6. DMRG-CASPT2</a></li>
<li class="toctree-l2"><a class="reference internal" href="handson.html#solutions">12.7. Solutions</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 class="std std-ref">publications</span></a>, <a class="reference external" href="https://www.youtube.com/watch?v=U96atV5Akx4">workshop video</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">
      <div><input type="text" name="q" /></div>
      <div><input type="submit" value="Go" /></div>
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
</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.8.3 (2016-11-15) documentation</a> &#187;</li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2013-2016, Sebastian Wouters.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9.
    </div>
  </body>
</html>