Skip to content

Commit

Permalink
Deploying to gh-pages from @ 59085b1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
tberkel committed Jun 19, 2024
1 parent 1200b27 commit 7665d29
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_sources/user/using.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dm = gto.M(atom='H 0 0 0; H 0 0 1') \
.run() \
.make_rdm1()
```
This code works because the `.dump_flags()` method simply prints information and then
This code works because the `dump_flags()` method simply prints information and then
returns the object.

## Scanners
Expand Down
2 changes: 1 addition & 1 deletion docs/pyscf_api_docs/pyscf.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<span id="pyscf-md-distributions-module"></span><h2>pyscf.md.distributions module<a class="headerlink" href="#module-pyscf.md.distributions" title="Link to this heading">#</a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="pyscf.md.distributions.MaxwellBoltzmannVelocity">
<span class="sig-prename descclassname"><span class="pre">pyscf.md.distributions.</span></span><span class="sig-name descname"><span class="pre">MaxwellBoltzmannVelocity</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">mol</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">T=298.15</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">rng=Generator(PCG64)</span> <span class="pre">at</span> <span class="pre">0x7F6919237680</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/pyscf/md/distributions.html#MaxwellBoltzmannVelocity"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyscf.md.distributions.MaxwellBoltzmannVelocity" title="Link to this definition">#</a></dt>
<span class="sig-prename descclassname"><span class="pre">pyscf.md.distributions.</span></span><span class="sig-name descname"><span class="pre">MaxwellBoltzmannVelocity</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">mol</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">T=298.15</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">rng=Generator(PCG64)</span> <span class="pre">at</span> <span class="pre">0x7F0BD720B680</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/pyscf/md/distributions.html#MaxwellBoltzmannVelocity"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pyscf.md.distributions.MaxwellBoltzmannVelocity" title="Link to this definition">#</a></dt>
<dd><p>Computes velocities for a molecular structure using
a Maxwell-Boltzmann distribution.
Args:</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/user/using.html
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ <h2>Stream methods<a class="headerlink" href="#stream-methods" title="Link to th
<span class="o">.</span><span class="n">make_rdm1</span><span class="p">()</span>
</pre></div>
</div>
<p>This code works because the <code class="docutils literal notranslate"><span class="pre">.dump_flags()</span></code> method simply prints information and then
<p>This code works because the <code class="docutils literal notranslate"><span class="pre">dump_flags()</span></code> method simply prints information and then
returns the object.</p>
</section>
<section id="scanners">
Expand Down
2 changes: 1 addition & 1 deletion source/user/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dm = gto.M(atom='H 0 0 0; H 0 0 1') \
.run() \
.make_rdm1()
```
This code works because the `.dump_flags()` method simply prints information and then
This code works because the `dump_flags()` method simply prints information and then
returns the object.

## Scanners
Expand Down

0 comments on commit 7665d29

Please sign in to comment.