File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -157,12 +157,14 @@ class InputWarning(MMPBSA_Warning):
157157 """ If we have a non-fatal warning """
158158 pass
159159
160+
160161class StabilityWarning (MMPBSA_Warning ):
161162 """
162163 When define stability calculation and protein or ligand
163164 """
164165 pass
165166
167+
166168class GMXMMPBSA_ERROR ():
167169 def __init__ (self , msg = 'gmx_MMPBSA error' , exc = MMPBSA_Error ):
168170 logging .error (f"{ exc .__name__ } \n \n { msg } \n \n Check the gmx_MMPBSA.log file to report the problem." )
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ title: Changelog
44---
55# Changelog
66
7+ ## gmx_MMPBSA v1.6.1 (04/04/2023)
8+
9+ ### Fixes
10+
11+ - PB decomp ends in error (https://github.com/Valdes-Tresanco-MS/gmx_MMPBSA/issues/352 )
12+ - Better parsing for errors
13+
714## gmx_MMPBSA v1.6.0 (02/19/2023)
815
916### Additions
You can’t perform that action at this time.
0 commit comments