You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_modules/mechelastic/parsers/abinitparser.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ <h1>Source code for mechelastic.parsers.abinitparser</h1><div class="highlight">
331
331
332
332
<spanclass="nb">print</span><spanclass="p">(</span><spanclass="s2">"</span><spanclass="se">\n</span><spanclass="s2">Printing Cij matrix as read from Abinit DDB output.</span><spanclass="se">\n</span><spanclass="s2">"</span><spanclass="p">)</span>
Copy file name to clipboardExpand all lines: docs/mechelastic.html
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
242
242
<spanid="mechelastic-calculate-elastic-module"></span><h2>mechelastic.calculate_elastic module<aclass="headerlink" href="#module-mechelastic.calculate_elastic" title="Permalink to this headline">¶</a></h2>
<dd><p>Calculate the elastic properties of a material from a DFT calculation.</p>
247
247
<dlclass="field-list simple">
248
248
<dtclass="field-odd">Parameters</dt>
@@ -264,6 +264,8 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
264
264
</dd>
265
265
<dt><strong>qe_outfile</strong><spanclass="classifier">str, optional</span></dt><dd><p>Path to the Quantum Espresso output file. The default is None.</p>
266
266
</dd>
267
+
<dt><strong>qe_infile</strong><spanclass="classifier">str, optional</span></dt><dd><p>Path to the Quantum Espresso input file. The default is None.</p>
268
+
</dd>
267
269
<dt><strong>adjust_pressure</strong><spanclass="classifier">bool, optional</span></dt><dd><p>To adjust the cell pressure according to the output file. The default is True.</p>
268
270
</dd>
269
271
<dt><strong>verbose</strong><spanclass="classifier">str, optional</span></dt><dd><p>To print the progress of the elastic calculations. The default is True.</p>
0 commit comments