Skip to content

Commit 52040ca

Browse files
author
github-actions
committed
rebuilt html docs for version 2.11.0-dev0 from branch develop with sphinx at 12dcfc3
1 parent 0885f75 commit 52040ca

File tree

20 files changed

+144
-144
lines changed

20 files changed

+144
-144
lines changed
Binary file not shown.

2.11.0-dev0/examples/analysis/hydrogen_bonds/hbonds.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

2.11.0-dev0/examples/constructing_universe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ <h2>Adding a new segment<a class="headerlink" href="#Adding-a-new-segment" title
715715
<li><p>NMP: residues 30-59 (blue)</p></li>
716716
<li><p>LID: residues 122-159 (yellow)</p></li>
717717
</ul>
718-
<p><img alt="4b530786ccbb4e80b5173ac9005cae3b" src="https://github.com/MDAnalysis/MDAnalysisTutorial/blob/master/doc/sphinx/figs/angle_defs.png?raw=true" /></p>
718+
<p><img alt="4d365d6c9c8242cb801f8a054e870d9b" src="https://github.com/MDAnalysis/MDAnalysisTutorial/blob/master/doc/sphinx/figs/angle_defs.png?raw=true" /></p>
719719
<div class="nbinput docutils container">
720720
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[26]:
721721
</pre></div>

2.11.0-dev0/formats/auxiliary.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ <h2>Reading data directly<a class="headerlink" href="#reading-data-directly" tit
261261
<span class="gp">In [3]: </span><span class="n">aux</span> <span class="o">=</span> <span class="n">mda</span><span class="o">.</span><span class="n">auxiliary</span><span class="o">.</span><span class="n">core</span><span class="o">.</span><span class="n">auxreader</span><span class="p">(</span><span class="n">XVG_BZ2</span><span class="p">)</span>
262262

263263
<span class="gp">In [4]: </span><span class="n">aux</span>
264-
<span class="gh">Out[4]: </span><span class="go">&lt;MDAnalysis.auxiliary.XVG.XVGReader at 0x7f9c7870d190&gt;</span>
264+
<span class="gh">Out[4]: </span><span class="go">&lt;MDAnalysis.auxiliary.XVG.XVGReader at 0x7fefa9dc1d60&gt;</span>
265265
</pre></div>
266266
</div>
267267
<p>In stand-alone use, an auxiliary reader allows you to iterate over each step in a set of auxiliary data.</p>
@@ -460,7 +460,7 @@ <h2>Recreating auxiliaries<a class="headerlink" href="#recreating-auxiliaries" t
460460
<span class="gp">In [30]: </span><span class="k">del</span> <span class="n">aux</span>
461461

462462
<span class="gp">In [31]: </span><span class="n">mda</span><span class="o">.</span><span class="n">auxiliary</span><span class="o">.</span><span class="n">core</span><span class="o">.</span><span class="n">auxreader</span><span class="p">(</span><span class="o">**</span><span class="n">description</span><span class="p">)</span>
463-
<span class="gh">Out[31]: </span><span class="go">&lt;MDAnalysis.auxiliary.XVG.XVGReader at 0x7f9c78cdf620&gt;</span>
463+
<span class="gh">Out[31]: </span><span class="go">&lt;MDAnalysis.auxiliary.XVG.XVGReader at 0x7fefa9f64140&gt;</span>
464464
</pre></div>
465465
</div>
466466
<p>The ‘description’ of any or all the auxiliaries added to a trajectory can be
@@ -575,7 +575,7 @@ <h2>Standalone Usage<a class="headerlink" href="#standalone-usage" title="Link t
575575
<div class="highlight-ipython notranslate"><div class="highlight"><pre><span></span><span class="gp">In [45]: </span><span class="kn">import</span><span class="w"> </span><span class="nn">matplotlib.pyplot</span><span class="w"> </span><span class="k">as</span><span class="w"> </span><span class="nn">plt</span>
576576

577577
<span class="gp">In [46]: </span><span class="n">plt</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">temp</span><span class="p">[</span><span class="s2">&quot;Time&quot;</span><span class="p">],</span> <span class="n">temp</span><span class="p">[</span><span class="s2">&quot;Temperature&quot;</span><span class="p">])</span>
578-
<span class="gh">Out[46]: </span><span class="go">[&lt;matplotlib.lines.Line2D at 0x7f9c727261b0&gt;]</span>
578+
<span class="gh">Out[46]: </span><span class="go">[&lt;matplotlib.lines.Line2D at 0x7fefa8eb0aa0&gt;]</span>
579579

580580
<span class="gp">In [47]: </span><span class="n">plt</span><span class="o">.</span><span class="n">ylabel</span><span class="p">(</span><span class="s2">&quot;Temperature [K]&quot;</span><span class="p">)</span>
581581
<span class="gh">Out[47]: </span><span class="go">Text(0, 0.5, &#39;Temperature [K]&#39;)</span>

2.11.0-dev0/guessing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ <h3>Order of guessing<a class="headerlink" href="#order-of-guessing" title="Link
379379
<span class="g g-Whitespace"> </span><span class="mi">449</span> <span class="n">lower_bound</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_kwargs</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;lower_bound&quot;</span><span class="p">,</span> <span class="mf">0.1</span><span class="p">)</span>
380380
<span class="g g-Whitespace"> </span><span class="mi">451</span> <span class="n">box</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_kwargs</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;box&quot;</span><span class="p">,</span> <span class="kc">None</span><span class="p">)</span>
381381

382-
<span class="ne">ValueError</span>: vdw radii for types: 72, 6, 54, 7, 26, 24, 25, 10, 5, 56, 2, 21, 57, 29, 32, 52, 50, 55, 31, 81, 30, 3, 51, 1, 20, 9, 22, 70, 73, 23. These can be defined manually using the keyword &#39;vdwradii&#39;
382+
<span class="ne">ValueError</span>: vdw radii for types: 29, 7, 22, 3, 24, 73, 32, 57, 30, 26, 54, 72, 6, 31, 70, 1, 56, 23, 10, 5, 9, 81, 51, 55, 50, 21, 20, 52, 2, 25. These can be defined manually using the keyword &#39;vdwradii&#39;
383383
</pre></div>
384384
</div>
385385
<p>However, the snippet below will re-guess the types, and now bond-guessing can work as the elements have vdW radii defined:</p>

2.11.0-dev0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
<section id="welcome-to-mdanalysis-user-guide-s-documentation">
191191
<h1>Welcome to MDAnalysis User Guide’s documentation!<a class="headerlink" href="#welcome-to-mdanalysis-user-guide-s-documentation" title="Link to this heading"></a></h1>
192192
<p><strong>MDAnalysis version:</strong> 2.11.0-dev0</p>
193-
<p><strong>Last updated:</strong> Nov 18, 2025</p>
193+
<p><strong>Last updated:</strong> Nov 21, 2025</p>
194194
<p><strong>MDAnalysis</strong> (<a class="reference external" href="https://www.mdanalysis.org">www.mdanalysis.org</a>) is a Python
195195
toolkit to analyse molecular dynamics files and trajectories in <a class="reference internal" href="formats/index.html#formats"><span class="std std-ref">many popular formats</span></a>. MDAnalysis can write
196196
most of these formats, too, together with atom selections for use in <a class="reference internal" href="formats/selection_exporters.html#selection-exporters"><span class="std std-ref">visualisation tools or other analysis programs</span></a>.

2.11.0-dev0/reading_and_writing.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,13 @@ <h4>Building trajectories in memory<a class="headerlink" href="#building-traject
320320

321321
<span class="gp">In [16]: </span><span class="n">universe</span><span class="o">.</span><span class="n">atoms</span><span class="o">.</span><span class="n">positions</span>
322322
<span class="gh">Out[16]: </span>
323-
<span class="go">array([[0.26797223, 0.38690624, 0.69587946],</span>
324-
<span class="go"> [0.16045298, 0.42770648, 0.23505129],</span>
325-
<span class="go"> [0.704188 , 0.7275821 , 0.91988504],</span>
323+
<span class="go">array([[0.74751663, 0.24898715, 0.94400805],</span>
324+
<span class="go"> [0.9995619 , 0.22681649, 0.47731233],</span>
325+
<span class="go"> [0.04954287, 0.41348678, 0.13441835],</span>
326326
<span class="go"> ...,</span>
327-
<span class="go"> [0.9841226 , 0.33841234, 0.36142474],</span>
328-
<span class="go"> [0.74384415, 0.7097269 , 0.19336794],</span>
329-
<span class="go"> [0.34026566, 0.78603977, 0.53190196]],</span>
327+
<span class="go"> [0.92856705, 0.25478333, 0.93481356],</span>
328+
<span class="go"> [0.5756663 , 0.22680707, 0.9727279 ],</span>
329+
<span class="go"> [0.96631837, 0.7568849 , 0.28422678]],</span>
330330
<span class="go"> shape=(47681, 3), dtype=float32)</span>
331331
</pre></div>
332332
</div>
@@ -335,13 +335,13 @@ <h4>Building trajectories in memory<a class="headerlink" href="#building-traject
335335

336336
<span class="gp">In [18]: </span><span class="n">universe2</span><span class="o">.</span><span class="n">atoms</span><span class="o">.</span><span class="n">positions</span>
337337
<span class="gh">Out[18]: </span>
338-
<span class="go">array([[0.26797223, 0.38690624, 0.69587946],</span>
339-
<span class="go"> [0.16045298, 0.42770648, 0.23505129],</span>
340-
<span class="go"> [0.704188 , 0.7275821 , 0.91988504],</span>
338+
<span class="go">array([[0.74751663, 0.24898715, 0.94400805],</span>
339+
<span class="go"> [0.9995619 , 0.22681649, 0.47731233],</span>
340+
<span class="go"> [0.04954287, 0.41348678, 0.13441835],</span>
341341
<span class="go"> ...,</span>
342-
<span class="go"> [0.9841226 , 0.33841234, 0.36142474],</span>
343-
<span class="go"> [0.74384415, 0.7097269 , 0.19336794],</span>
344-
<span class="go"> [0.34026566, 0.78603977, 0.53190196]],</span>
342+
<span class="go"> [0.92856705, 0.25478333, 0.93481356],</span>
343+
<span class="go"> [0.5756663 , 0.22680707, 0.9727279 ],</span>
344+
<span class="go"> [0.96631837, 0.7568849 , 0.28422678]],</span>
345345
<span class="go"> shape=(47681, 3), dtype=float32)</span>
346346
</pre></div>
347347
</div>

2.11.0-dev0/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2.11.0-dev0/standard_selections.html

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,10 @@ <h3>Protein backbone<a class="headerlink" href="#protein-backbone" title="Link t
332332
<p>Protein backbone atoms in MDAnalysis belong to a recognised protein residue and have the atom names:</p>
333333
<table class="docutils align-default">
334334
<tbody>
335-
<tr class="row-odd"><td><p>N</p></td>
336-
<td><p>C</p></td>
337-
<td><p>CA</p></td>
335+
<tr class="row-odd"><td><p>CA</p></td>
338336
<td><p>O</p></td>
337+
<td><p>N</p></td>
338+
<td><p>C</p></td>
339339
</tr>
340340
</tbody>
341341
</table>
@@ -347,44 +347,44 @@ <h3>Protein backbone<a class="headerlink" href="#protein-backbone" title="Link t
347347
<p>The below names are drawn from largely from the CHARMM force field.</p>
348348
<table class="docutils align-default">
349349
<tbody>
350-
<tr class="row-odd"><td><p>CYT</p></td>
351-
<td><p>RA</p></td>
352-
<td><p>DG3</p></td>
353-
<td><p>RU3</p></td>
354-
<td><p>T</p></td>
350+
<tr class="row-odd"><td><p>RU5</p></td>
355351
<td><p>RC</p></td>
356-
<td><p>U</p></td>
357-
<td><p>DA3</p></td>
358-
</tr>
359-
<tr class="row-even"><td><p>DC</p></td>
360-
<td><p>DG</p></td>
361-
<td><p>RG</p></td>
362-
<td><p>DC3</p></td>
363-
<td><p>RC5</p></td>
364-
<td><p>GUA</p></td>
365-
<td><p>RA3</p></td>
352+
<td><p>RA</p></td>
366353
<td><p>RC3</p></td>
367-
</tr>
368-
<tr class="row-odd"><td><p>DT</p></td>
369-
<td><p>RU</p></td>
370354
<td><p>DG5</p></td>
355+
<td><p>RU</p></td>
356+
<td><p>GUA</p></td>
357+
<td><p>RC5</p></td>
358+
</tr>
359+
<tr class="row-even"><td><p>T</p></td>
360+
<td><p>DG</p></td>
361+
<td><p>ADE</p></td>
371362
<td><p>URA</p></td>
372-
<td><p>DT3</p></td>
363+
<td><p>RG3</p></td>
364+
<td><p>DA5</p></td>
365+
<td><p>A</p></td>
373366
<td><p>DT5</p></td>
374-
<td><p>DA</p></td>
375-
<td><p>RG5</p></td>
376367
</tr>
377-
<tr class="row-even"><td><p>RU5</p></td>
368+
<tr class="row-odd"><td><p>RU3</p></td>
369+
<td><p>DA3</p></td>
370+
<td><p>DC3</p></td>
378371
<td><p>C</p></td>
379-
<td><p>RA5</p></td>
372+
<td><p>RG5</p></td>
373+
<td><p>DC</p></td>
374+
<td><p>DA</p></td>
375+
<td><p>RA3</p></td>
376+
</tr>
377+
<tr class="row-even"><td><p>DT</p></td>
378+
<td><p>CYT</p></td>
379+
<td><p>U</p></td>
380380
<td><p>G</p></td>
381-
<td><p>ADE</p></td>
382-
<td><p>RG3</p></td>
383381
<td><p>THY</p></td>
382+
<td><p>RG</p></td>
384383
<td><p>DC5</p></td>
384+
<td><p>RA5</p></td>
385385
</tr>
386-
<tr class="row-odd"><td><p>A</p></td>
387-
<td><p>DA5</p></td>
386+
<tr class="row-odd"><td><p>DG3</p></td>
387+
<td><p>DT3</p></td>
388388
<td></td>
389389
<td></td>
390390
<td></td>
@@ -399,11 +399,11 @@ <h3>Nucleic backbone<a class="headerlink" href="#nucleic-backbone" title="Link t
399399
<p>Nucleic backbone atoms in MDAnalysis belong to a recognised nucleic acid residue and have the atom names:</p>
400400
<table class="docutils align-default">
401401
<tbody>
402-
<tr class="row-odd"><td><p>C3’</p></td>
402+
<tr class="row-odd"><td><p>P</p></td>
403+
<td><p>C5’</p></td>
403404
<td><p>O3’</p></td>
404-
<td><p>P</p></td>
405405
<td><p>O5’</p></td>
406-
<td><p>C5</p></td>
406+
<td><p>C3</p></td>
407407
</tr>
408408
</tbody>
409409
</table>
@@ -413,23 +413,23 @@ <h3>Nucleic backbone<a class="headerlink" href="#nucleic-backbone" title="Link t
413413
<p>Nucleobase atoms from nucleic acid residues are recognised based on their names in CHARMM.</p>
414414
<table class="docutils align-default">
415415
<tbody>
416-
<tr class="row-odd"><td><p>N2</p></td>
417-
<td><p>N3</p></td>
416+
<tr class="row-odd"><td><p>C4</p></td>
418417
<td><p>C5</p></td>
419418
<td><p>C2</p></td>
420-
<td><p>O6</p></td>
421-
<td><p>N4</p></td>
422-
<td><p>C5M</p></td>
423-
<td><p>N9</p></td>
424-
</tr>
425-
<tr class="row-even"><td><p>O2</p></td>
426419
<td><p>C6</p></td>
420+
<td><p>C5M</p></td>
421+
<td><p>C8</p></td>
427422
<td><p>N6</p></td>
423+
<td><p>O6</p></td>
424+
</tr>
425+
<tr class="row-even"><td><p>N2</p></td>
426+
<td><p>N3</p></td>
427+
<td><p>N7</p></td>
428+
<td><p>N4</p></td>
428429
<td><p>N1</p></td>
429-
<td><p>C4</p></td>
430430
<td><p>O4</p></td>
431-
<td><p>C8</p></td>
432-
<td><p>N7</p></td>
431+
<td><p>N9</p></td>
432+
<td><p>O2</p></td>
433433
</tr>
434434
</tbody>
435435
</table>
@@ -439,10 +439,10 @@ <h3>Nucleic sugars<a class="headerlink" href="#nucleic-sugars" title="Link to th
439439
<p>Nucleic sugar atoms from nucleic acid residues are recognised by MDAnalysis if they have the atom names:</p>
440440
<table class="docutils align-default">
441441
<tbody>
442-
<tr class="row-odd"><td><p>C3’</p></td>
443-
<td><p>C4’</p></td>
444-
<td><p>O4’</p></td>
442+
<tr class="row-odd"><td><p>O4’</p></td>
445443
<td><p>C2’</p></td>
444+
<td><p>C4’</p></td>
445+
<td><p>C3’</p></td>
446446
<td><p>C1’</p></td>
447447
</tr>
448448
</tbody>

0 commit comments

Comments
 (0)