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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -347,7 +347,7 @@ A dictionary containing metadata_ (data about data) for the calculation. Current
347
347
* ``basis_set``: A string with the name of the basis set, if it is printed anywhere as a standard name.
348
348
* ``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
349
* ``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
-
* ``cpu_time``: A list of datetime.timedeltas containing the CPU time of each calculation in the output.
350
+
* ``cpu_time``: A list of datetime.timedeltas containing the CPU time of each calculation in the output.
351
351
* ``functional``: A string with the name of the density functional used.
352
352
* ``info``: A list of strings, each of which is an information or log message produced during a calculation.
353
353
* ``input_file_contents``: A string containing the entire input file, if it is echoed back during the calculation.
@@ -360,7 +360,7 @@ A dictionary containing metadata_ (data about data) for the calculation. Current
360
360
* ``symmetry_used``: A string representing the point group used by the program for the calculation. This may be different from ``symmetry_detected`` if the full point group is non-abelian and the program can only take advantage of abelian groups. For example, when performing a calculation on benzene with symmetry turned on, ``symmetry_detected`` may be ``d6h``, but ``symmetry_used`` is most likely ``d2h``, since D2h is the largest abelian subgroup of D6h.
361
361
* ``success``: A boolean for whether or not the calculation completed properly.
362
362
* ``unrestricted``: A boolean for whether or not the calculation was performed with a unrestricted wavefunction.
363
-
* ``wall_time``: A list of datetime.timedeltas containing the wall time of each calculation in the output.
363
+
* ``wall_time``: A list of datetime.timedeltas containing the wall time of each calculation in the output.
364
364
* ``warnings``: A list of strings, each of which is a warning produced during a calculation.
365
365
366
366
The implementation and coverage of metadata is currently inconsistent. In the future, metadata may receive its own page similar to :doc:`extracted data <data>`.
@@ -551,7 +551,7 @@ A list containing the names of each parameter scanned.
551
551
scanparm
552
552
--------
553
553
554
-
A list of lists where each list contains the values scanned for each parameter in `scannames`.
554
+
A list of lists where each list contains the values scanned for each parameter in `scannames`.
555
555
556
556
scfenergies
557
557
-----------
@@ -624,4 +624,3 @@ vibrmasses
624
624
----------
625
625
626
626
The attribute ``vibrmasses`` stores the reduced masses in Daltons (Da) from vibrational frequency calculation. It is a rank 1 array having dimension ``M``, where ``M`` is the number of normal modes.
0 commit comments