schrodinger.application.jaguar.autots_exceptions module

Custom AutoTS exceptions

exception schrodinger.application.jaguar.autots_exceptions.TemplateGuessFailure

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

Templating failed to generate a TS guess.

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.TemplateAtomMapFailure

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

unable to generate atom mapping for input->template

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.CategoryOrderError

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

reaction category order is out of acceptable range

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.UnknownChiralityError

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

Unable to determine chirality of a chiral center.

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.ActiveBondSearchFailure

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

Failure to locate active bonds by simple search.

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.GhostAtomIndexError

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

Ghost/dummy atoms are not at the end of the atom list.

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.UFFFailure

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

Failed to optimize with UFF

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.MCSFailure

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

canvas mcs failed

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.MappingError

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

indicates a mapping between incorrect atom types

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.Sn2Failure

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

failed to do sn2 renumbering

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.IsomerError

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

two structures are not isomers and are being compared

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.UndefinedBondOperation

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

the bond operation is undefined

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.UnsupportedReaction

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

Reaction type is unsupported for complex formation

__init__

Initialize self. See help(type(self)) for accurate signature.

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)

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

Failure to correctly type the FF

__init__(msg, st=None)

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.InsertionError

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

failed to insert into min_list

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.ConnectionError

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

tried to connect same two structures twice

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.IRCFailure

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.IRCVettingFailure

Bases: ValueError

TS failed IRC vetting

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.TSFailure

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.FinalTSFailure

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.TSEnergyError

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

__init__

Initialize self. See help(type(self)) for accurate signature.

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)

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

transition state has wrong number of imaginary frequencies

__init__(msg, n_neg_freqs)

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.BondError

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

no bonds are broken/formed in relax_ts

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.JobFailure

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

a jaguar job failed

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.OptimizationFailure

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

a jaguar optimization ran out of cycles

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.IRCEndpointError

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

the irc endpoints are the same geometry

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.CriticalPointsFailure

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

generic error in critical_points.py, output summary was printed

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.PathFailure

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

failure in fitting the path

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.application.jaguar.autots_exceptions.SpectatorMoleculeError

Bases: schrodinger.application.jaguar.exceptions.JaguarUserFacingException

Spectator molecules are unsupported

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.