Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,14 @@ the ``pyscf`` extra, ``pip install thermoscreening[pyscf]``):
The geometry and energy (``mf.e_tot``) come from the mean field; frequencies are
taken from ``frequencies=`` or derived from ``hessian=`` via ``pyscf.hessian``.

.. note::

``orca_thermo`` and ``cclib_thermo`` are tested against genuine program
output (real ORCA 6.1.1, Gaussian 16 and Turbomole 7.2 calculations), not
just synthetic files, and any file cclib or ``read_orca_hess`` cannot parse
raises a ``TSValueError`` rather than an arbitrary exception from the
underlying parser.

Temperature scans
-----------------

Expand Down
Loading