|
5 | 5 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> |
6 | 6 | <head> |
7 | 7 | <meta charset="utf-8"> |
| 8 | + |
8 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
9 | 10 |
|
10 | 11 | <title><no title> — cclib 1.3.1 documentation</title> |
|
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
17 | | - <link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'> |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
|
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
| 32 | + |
31 | 33 | <link rel="top" title="cclib 1.3.1 documentation" href="index.html"/> |
32 | 34 |
|
33 | 35 |
|
34 | | - <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> |
| 36 | + <script src="_static/js/modernizr.min.js"></script> |
35 | 37 |
|
36 | 38 | </head> |
37 | 39 |
|
|
43 | 45 | <nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
44 | 46 | <div class="wy-side-nav-search"> |
45 | 47 |
|
46 | | - <a href="contents.html" class="fa fa-home"> cclib</a> |
| 48 | + |
| 49 | + |
| 50 | + <a href="contents.html" class="icon icon-home"> cclib |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + </a> |
| 55 | + |
47 | 56 |
|
48 | | - <div role="search"> |
49 | | - <form id ="rtd-search-form" class="wy-form" action="search.html" method="get"> |
| 57 | +<div role="search"> |
| 58 | + <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> |
50 | 59 | <input type="text" name="q" placeholder="Search docs" /> |
51 | 60 | <input type="hidden" name="check_keywords" value="yes" /> |
52 | 61 | <input type="hidden" name="area" value="default" /> |
53 | 62 | </form> |
54 | 63 | </div> |
| 64 | + |
| 65 | + |
55 | 66 | </div> |
56 | 67 |
|
57 | 68 | <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
58 | 69 |
|
59 | | - |
60 | | - <ul> |
| 70 | + |
| 71 | + |
| 72 | + <ul> |
61 | 73 | <li class="toctree-l1"><a class="reference internal" href="index.html">Overview</a><ul> |
62 | 74 | <li class="toctree-l2"><a class="reference internal" href="index.html#summary">Summary</a></li> |
63 | 75 | <li class="toctree-l2"><a class="reference internal" href="index.html#how-to-use-cclib">How to use cclib</a></li> |
|
116 | 128 | </ul> |
117 | 129 | </li> |
118 | 130 | <li class="toctree-l1"><a class="reference internal" href="methods.html">Calculation methods</a><ul> |
119 | | -<li class="toctree-l2"><a class="reference internal" href="methods.html#c-squared-population-analysis-cspa">C squared population analysis (CSPA)</a></li> |
120 | | -<li class="toctree-l2"><a class="reference internal" href="methods.html#mulliken-population-analysis-mpa">Mulliken population analysis (MPA)</a></li> |
| 131 | +<li class="toctree-l2"><a class="reference internal" href="methods.html#c-squared-population-analysis-cspa">C squared population analysis (CSPA)</a><ul> |
| 132 | +<li class="toctree-l3"><a class="reference internal" href="methods.html#custom-fragments">Custom fragments</a></li> |
| 133 | +<li class="toctree-l3"><a class="reference internal" href="methods.html#custom-progress">Custom progress</a></li> |
| 134 | +</ul> |
| 135 | +</li> |
| 136 | +<li class="toctree-l2"><a class="reference internal" href="methods.html#mulliken-population-analysis-mpa">Mulliken population analysis (MPA)</a><ul> |
| 137 | +<li class="toctree-l3"><a class="reference internal" href="methods.html#id1">Custom fragments</a></li> |
| 138 | +<li class="toctree-l3"><a class="reference internal" href="methods.html#id2">Custom progress</a></li> |
| 139 | +</ul> |
| 140 | +</li> |
121 | 141 | <li class="toctree-l2"><a class="reference internal" href="methods.html#lowdin-population-analysis">Löwdin Population Analysis</a></li> |
122 | 142 | <li class="toctree-l2"><a class="reference internal" href="methods.html#overlap-population-analysis">Overlap Population Analysis</a></li> |
123 | 143 | <li class="toctree-l2"><a class="reference internal" href="methods.html#density-matrix-calculation">Density Matrix calculation</a></li> |
124 | 144 | <li class="toctree-l2"><a class="reference internal" href="methods.html#mayer-s-bond-orders">Mayer’s Bond Orders</a></li> |
125 | | -<li class="toctree-l2"><a class="reference internal" href="methods.html#charge-decomposition-analysis">Charge Decomposition Analysis</a></li> |
| 145 | +<li class="toctree-l2"><a class="reference internal" href="methods.html#charge-decomposition-analysis">Charge Decomposition Analysis</a><ul> |
| 146 | +<li class="toctree-l3"><a class="reference internal" href="methods.html#notes">Notes</a></li> |
| 147 | +</ul> |
| 148 | +</li> |
126 | 149 | <li class="toctree-l2"><a class="reference internal" href="methods.html#electron-density-calculation">Electron Density Calculation</a></li> |
127 | 150 | </ul> |
128 | 151 | </li> |
129 | 152 | <li class="toctree-l1"><a class="reference internal" href="development.html">Development</a><ul> |
130 | | -<li class="toctree-l2"><a class="reference internal" href="development.html#basic-instructions">Basic instructions</a></li> |
131 | | -<li class="toctree-l2"><a class="reference internal" href="development.html#testing">Testing</a></li> |
| 153 | +<li class="toctree-l2"><a class="reference internal" href="development.html#basic-instructions">Basic instructions</a><ul> |
| 154 | +<li class="toctree-l3"><a class="reference internal" href="development.html#cloning-cclib-from-github">Cloning cclib from GitHub</a></li> |
| 155 | +<li class="toctree-l3"><a class="reference internal" href="development.html#guidelines">Guidelines</a></li> |
| 156 | +<li class="toctree-l3"><a class="reference internal" href="development.html#releasing-a-new-version">Releasing a new version</a></li> |
| 157 | +</ul> |
| 158 | +</li> |
| 159 | +<li class="toctree-l2"><a class="reference internal" href="development.html#testing">Testing</a><ul> |
| 160 | +<li class="toctree-l3"><a class="reference internal" href="development.html#unit-tests">Unit tests</a></li> |
| 161 | +<li class="toctree-l3"><a class="reference internal" href="development.html#regression-tests">Regression tests</a></li> |
| 162 | +<li class="toctree-l3"><a class="reference internal" href="development.html#doctests">Doctests</a></li> |
| 163 | +</ul> |
| 164 | +</li> |
132 | 165 | <li class="toctree-l2"><a class="reference internal" href="development.html#websites-related-to-cclib">Websites related to cclib</a></li> |
133 | 166 | <li class="toctree-l2"><a class="reference internal" href="development.html#developers">Developers</a></li> |
134 | 167 | </ul> |
|
156 | 189 | </li> |
157 | 190 | </ul> |
158 | 191 |
|
| 192 | + |
159 | 193 |
|
160 | 194 | </div> |
161 | 195 | |
|
180 | 214 | <li><no title></li> |
181 | 215 | <li class="wy-breadcrumbs-aside"> |
182 | 216 |
|
183 | | - <a href="https://github.com/cclib/cclib.github.io/blob/master/sphinx/attributes_dev.rst" class="fa fa-github"> Edit on GitHub</a> |
| 217 | + |
| 218 | + <a href="https://github.com/cclib/cclib.github.io/blob/master/sphinx/attributes_dev.rst" class="fa fa-github"> Edit on GitHub</a> |
| 219 | + |
184 | 220 |
|
185 | 221 | </li> |
186 | 222 | </ul> |
|
495 | 531 | © Copyright 2014, cclib Development Team. |
496 | 532 | </p> |
497 | 533 | </div> |
| 534 | + Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. |
498 | 535 |
|
499 | | - <a href="https://github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a> |
500 | 536 | </footer> |
| 537 | + |
501 | 538 | </div> |
502 | 539 | </div> |
503 | 540 |
|
|
0 commit comments