Skip to content

Commit

Permalink
improve docstr of large sigma handler
Browse files Browse the repository at this point in the history
  • Loading branch information
esoteric-ephemera committed May 9, 2024
1 parent 2cf322c commit 39f437e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions custodian/vasp/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1266,8 +1266,9 @@ def __init__(self, *args, **kwargs) -> None:

class LargeSigmaHandler(ErrorHandler):
"""
When ISMEAR > 0 (Methfessel-Paxton), monitor the magnitude of the entropy
term T*S in the OUTCAR file. If the entropy term is larger than 1 meV/atom, reduce the
When ISMEAR >= 0 (Methfessel-Paxton order ISMEAR; order-0 is equivalent to Gaussian smearing),
monitor the magnitude of the entropy term `eentropy` in the vasprun.xml ionic steps.
If the entropy term is larger than 1 meV/atom, reduce the
value of SIGMA. See VASP documentation for ISMEAR.
"""

Expand Down

0 comments on commit 39f437e

Please sign in to comment.