Skip to content

Commit

Permalink
deploy: ee662c9
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraaz committed Dec 10, 2024
1 parent bab94d1 commit a15eefe
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
10 changes: 10 additions & 0 deletions _sources/usage.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,14 @@ After installation,
Provide path to src file
export PYTHONPATH="path_to_HTESP/src:$PYTHONPATH"
----------------------------
Check basic commands
----------------------------

.. code-block:: bash
mainprogram basicinfo
Please read carefully. For VASP, find commands to configure the path to your POTCAR files using the pymatgen command `pmg`.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ <h2 id="installation">Installation<a class="headerlink" href="#installation" tit
<li class="toctree-l1"><a class="reference internal" href="usage.html#install-htesp-package">Install HTESP package</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html#check-executable">check executable</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html#after-installation">After installation,</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html#check-basic-commands">Check basic commands</a></li>
</ul>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@
</li>
<li class="md-nav__item"><a href="#after-installation" class="md-nav__link">After installation,</a>
</li>
<li class="md-nav__item"><a href="#check-basic-commands" class="md-nav__link">Check basic commands</a>
</li>

<h3>This Page</h3>
<ul class="this-page-menu">
Expand Down Expand Up @@ -306,6 +308,14 @@ <h1 id="after-installation">After installation,<a class="headerlink" href="#afte
<span class="nb">export</span><span class="w"> </span><span class="nv">PYTHONPATH</span><span class="o">=</span><span class="s2">"path_to_HTESP/src:</span><span class="nv">$PYTHONPATH</span><span class="s2">"</span>
</pre></div>
</div>
</section>
<section id="check-basic-commands">
<h1 id="check-basic-commands">Check basic commands<a class="headerlink" href="#check-basic-commands" title="Link to this heading"></a></h1>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>mainprogram<span class="w"> </span>basicinfo

Please<span class="w"> </span><span class="nb">read</span><span class="w"> </span>carefully.<span class="w"> </span>For<span class="w"> </span>VASP,<span class="w"> </span>find<span class="w"> </span>commands<span class="w"> </span>to<span class="w"> </span>configure<span class="w"> </span>the<span class="w"> </span>path<span class="w"> </span>to<span class="w"> </span>your<span class="w"> </span>POTCAR<span class="w"> </span>files<span class="w"> </span>using<span class="w"> </span>the<span class="w"> </span>pymatgen<span class="w"> </span><span class="nb">command</span><span class="w"> </span><span class="sb">`</span>pmg<span class="sb">`</span>.
</pre></div>
</div>
</section>


Expand Down

0 comments on commit a15eefe

Please sign in to comment.