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: _sources/data_notes.rst.txt
+2-1
Original file line number
Diff line number
Diff line change
@@ -345,14 +345,15 @@ metadata
345
345
A dictionary containing metadata_ (data about data) for the calculation. Currently, it can contain the following possible attributes, not all of which are implemented for each parser.
346
346
347
347
* ``basis_set``: A string with the name of the basis set, if it is printed anywhere as a standard name.
348
+
* ``comments``: A list of strings of the user-provided input file comment sections. There is one string per discovered job in the output.
348
349
* ``coord_type``: For the ``coords`` field, a string for the representation of stored coordinates. Currently, it is one of ``xyz``, ``int``/``internal``, or ``gzmat``.
349
350
* ``coords``: A list of lists with shape ``[natoms, 4]`` which contains the input coordinates (those found in the input file). The first column is the atomic symbol as a string, and the next three columns are floats. This is useful as many programs reorient coordinates for symmetry reasons.
350
351
* ``cpu_time``: A list of datetime.timedeltas containing the CPU time of each calculation in the output.
351
352
* ``functional``: A string with the name of the density functional used.
352
353
* ``info``: A list of strings, each of which is an information or log message produced during a calculation.
353
354
* ``input_file_contents``: A string containing the entire input file, if it is echoed back during the calculation.
354
355
* ``input_file_name``: A string containing the name of the input file, with file extension. It may not contain the entire path to the file.
355
-
* ``keywords``: A list of strings corresponding to the keywords used in the input file, in the loose format used by ORCA.
356
+
* ``keywords``: A list of strings corresponding to the keywords used in the input file, in the loose format used by ORCA. For Gaussian there is one string per discovered job in the output.
356
357
* ``methods``: A list of strings containing each method used in order. Currently, the list may contain ``HF``, ``DFT``, ``LMP2``/``DF-MP2``/``MP2``, ``MP3``, ``MP4``, ``CCSD``, and/or ``CCSD(T)``/``CCSD-T``.
357
358
* ``package``: A string with the name of the quantum chemistry program used.
358
359
* ``package_version``: A string representation of the package version. It is formatted to allow comparison using relational operators.
Copy file name to clipboardexpand all lines: data_notes.html
+2-1
Original file line number
Diff line number
Diff line change
@@ -407,14 +407,15 @@ <h2>hessian<a class="headerlink" href="#hessian" title="Link to this heading">
407
407
<p>A dictionary containing <aclass="reference external" href="https://en.wikipedia.org/wiki/Metadata">metadata</a> (data about data) for the calculation. Currently, it can contain the following possible attributes, not all of which are implemented for each parser.</p>
408
408
<ulclass="simple">
409
409
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">basis_set</span></code>: A string with the name of the basis set, if it is printed anywhere as a standard name.</p></li>
410
+
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">comments</span></code>: A list of strings of the user-provided input file comment sections. There is one string per discovered job in the output.</p></li>
410
411
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">coord_type</span></code>: For the <codeclass="docutils literal notranslate"><spanclass="pre">coords</span></code> field, a string for the representation of stored coordinates. Currently, it is one of <codeclass="docutils literal notranslate"><spanclass="pre">xyz</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">int</span></code>/<codeclass="docutils literal notranslate"><spanclass="pre">internal</span></code>, or <codeclass="docutils literal notranslate"><spanclass="pre">gzmat</span></code>.</p></li>
411
412
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">coords</span></code>: A list of lists with shape <codeclass="docutils literal notranslate"><spanclass="pre">[natoms,</span><spanclass="pre">4]</span></code> which contains the input coordinates (those found in the input file). The first column is the atomic symbol as a string, and the next three columns are floats. This is useful as many programs reorient coordinates for symmetry reasons.</p></li>
412
413
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">cpu_time</span></code>: A list of datetime.timedeltas containing the CPU time of each calculation in the output.</p></li>
413
414
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">functional</span></code>: A string with the name of the density functional used.</p></li>
414
415
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">info</span></code>: A list of strings, each of which is an information or log message produced during a calculation.</p></li>
415
416
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">input_file_contents</span></code>: A string containing the entire input file, if it is echoed back during the calculation.</p></li>
416
417
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">input_file_name</span></code>: A string containing the name of the input file, with file extension. It may not contain the entire path to the file.</p></li>
417
-
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">keywords</span></code>: A list of strings corresponding to the keywords used in the input file, in the loose format used by ORCA.</p></li>
418
+
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">keywords</span></code>: A list of strings corresponding to the keywords used in the input file, in the loose format used by ORCA. For Gaussian there is one string per discovered job in the output.</p></li>
418
419
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">methods</span></code>: A list of strings containing each method used in order. Currently, the list may contain <codeclass="docutils literal notranslate"><spanclass="pre">HF</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">DFT</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">LMP2</span></code>/<codeclass="docutils literal notranslate"><spanclass="pre">DF-MP2</span></code>/<codeclass="docutils literal notranslate"><spanclass="pre">MP2</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">MP3</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">MP4</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">CCSD</span></code>, and/or <codeclass="docutils literal notranslate"><spanclass="pre">CCSD(T)</span></code>/<codeclass="docutils literal notranslate"><spanclass="pre">CCSD-T</span></code>.</p></li>
419
420
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">package</span></code>: A string with the name of the quantum chemistry program used.</p></li>
420
421
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">package_version</span></code>: A string representation of the package version. It is formatted to allow comparison using relational operators.</p></li>
0 commit comments