schrodinger.application.jaguar.autots_exceptions module¶
Custom AutoTS exceptions
- exception schrodinger.application.jaguar.autots_exceptions.TemplateGuessFailure[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionTemplating failed to generate a TS guess.
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.TemplateAtomMapFailure[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionunable to generate atom mapping for input->template
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.CategoryOrderError[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionreaction category order is out of acceptable range
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.UnknownChiralityError[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionUnable to determine chirality of a chiral center.
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.ActiveBondSearchFailure[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionFailure to locate active bonds by simple search.
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.GhostAtomIndexError[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionGhost/dummy atoms are not at the end of the atom list.
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.UFFFailure[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionFailed to optimize with UFF
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.MCSFailure[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptioncanvas mcs failed
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.MappingError[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionindicates a mapping between incorrect atom types
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.Sn2Failure[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionfailed to do sn2 renumbering
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.IsomerError[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptiontwo structures are not isomers and are being compared
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.UndefinedBondOperation[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionthe bond operation is undefined
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.UnsupportedReaction[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionReaction type is unsupported for complex formation
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.MMTypingFailure(msg, st=None)[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionFailure to correctly type the FF
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.InsertionError[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionfailed to insert into min_list
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.ConnectionError[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptiontried to connect same two structures twice
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.IRCFailure[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingException- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.IRCVettingFailure[source]¶
Bases:
ValueErrorTS failed IRC vetting
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.ChiralityMismatchError[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingException- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.TransformError[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingException- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.TSFailure[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingException- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.FinalTSFailure[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingException- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.TSEnergyError[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingException- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.TSFrequencyError(msg, n_neg_freqs)[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptiontransition state has wrong number of imaginary frequencies
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.TSDisplacementError[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionTS has wrong number of modes but displacement criteria were neglected
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.BondError[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionno bonds are broken/formed in relax_ts
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.JobFailure[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptiona jaguar job failed
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.OptimizationFailure[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptiona jaguar optimization ran out of cycles
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.IRCEndpointError[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionthe irc endpoints are the same geometry
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.CriticalPointsFailure[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptiongeneric error in critical_points.py, output summary was printed
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.PathFailure[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionfailure in fitting the path
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception schrodinger.application.jaguar.autots_exceptions.SpectatorMoleculeError[source]¶
Bases:
schrodinger.application.jaguar.exceptions.JaguarUserFacingExceptionSpectator molecules are unsupported
- __init__(*args, **kwargs)¶
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.