schrodinger.application.jaguar.autots_exceptions module

Custom AutoTS exceptions

exception schrodinger.application.jaguar.autots_exceptions.TemplateGuessFailure

Bases: JaguarUserFacingException

Templating failed to generate a TS guess.

exception schrodinger.application.jaguar.autots_exceptions.TemplateAtomMapFailure

Bases: JaguarUserFacingException

unable to generate atom mapping for input->template

exception schrodinger.application.jaguar.autots_exceptions.CategoryOrderError

Bases: JaguarUserFacingException

reaction category order is out of acceptable range

exception schrodinger.application.jaguar.autots_exceptions.UnknownChiralityError

Bases: JaguarUserFacingException

Unable to determine chirality of a chiral center.

exception schrodinger.application.jaguar.autots_exceptions.ActiveBondSearchFailure

Bases: JaguarUserFacingException

Failure to locate active bonds by simple search.

exception schrodinger.application.jaguar.autots_exceptions.GhostAtomIndexError

Bases: JaguarUserFacingException

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

exception schrodinger.application.jaguar.autots_exceptions.UFFFailure

Bases: JaguarUserFacingException

Failed to optimize with UFF

exception schrodinger.application.jaguar.autots_exceptions.MCSFailure

Bases: JaguarUserFacingException

canvas mcs failed

exception schrodinger.application.jaguar.autots_exceptions.MappingError

Bases: JaguarUserFacingException

indicates a mapping between incorrect atom types

exception schrodinger.application.jaguar.autots_exceptions.Sn2Failure

Bases: JaguarUserFacingException

failed to do sn2 renumbering

exception schrodinger.application.jaguar.autots_exceptions.IsomerError

Bases: JaguarUserFacingException

two structures are not isomers and are being compared

exception schrodinger.application.jaguar.autots_exceptions.UndefinedBondOperation

Bases: JaguarUserFacingException

the bond operation is undefined

exception schrodinger.application.jaguar.autots_exceptions.UnsupportedReaction

Bases: JaguarUserFacingException

Reaction type is unsupported for complex formation

exception schrodinger.application.jaguar.autots_exceptions.MMTypingFailure(msg, st=None)

Bases: JaguarUserFacingException

Failure to correctly type the FF

__init__(msg, st=None)
exception schrodinger.application.jaguar.autots_exceptions.InsertionError

Bases: JaguarUserFacingException

failed to insert into min_list

exception schrodinger.application.jaguar.autots_exceptions.ConnectionError

Bases: JaguarUserFacingException

tried to connect same two structures twice

exception schrodinger.application.jaguar.autots_exceptions.IRCFailure

Bases: JaguarUserFacingException

exception schrodinger.application.jaguar.autots_exceptions.IRCVettingFailure

Bases: ValueError

TS failed IRC vetting

exception schrodinger.application.jaguar.autots_exceptions.ChiralityMismatchError

Bases: JaguarUserFacingException

exception schrodinger.application.jaguar.autots_exceptions.TransformError

Bases: JaguarUserFacingException

exception schrodinger.application.jaguar.autots_exceptions.TSFailure

Bases: JaguarUserFacingException

exception schrodinger.application.jaguar.autots_exceptions.FinalTSFailure

Bases: JaguarUserFacingException

exception schrodinger.application.jaguar.autots_exceptions.TSEnergyError

Bases: JaguarUserFacingException

exception schrodinger.application.jaguar.autots_exceptions.TSFrequencyError(msg, n_neg_freqs)

Bases: JaguarUserFacingException

transition state has wrong number of imaginary frequencies

__init__(msg, n_neg_freqs)
exception schrodinger.application.jaguar.autots_exceptions.TSDisplacementError

Bases: JaguarUserFacingException

TS has wrong number of modes but displacement criteria were neglected

exception schrodinger.application.jaguar.autots_exceptions.BondError

Bases: JaguarUserFacingException

no bonds are broken/formed in relax_ts

exception schrodinger.application.jaguar.autots_exceptions.JobFailure

Bases: JaguarUserFacingException

a jaguar job failed

exception schrodinger.application.jaguar.autots_exceptions.OptimizationFailure

Bases: JaguarUserFacingException

a jaguar optimization ran out of cycles

exception schrodinger.application.jaguar.autots_exceptions.IRCEndpointError

Bases: JaguarUserFacingException

the irc endpoints are the same geometry

exception schrodinger.application.jaguar.autots_exceptions.CriticalPointsFailure

Bases: JaguarUserFacingException

generic error in critical_points.py, output summary was printed

exception schrodinger.application.jaguar.autots_exceptions.PathFailure

Bases: JaguarUserFacingException

failure in fitting the path

exception schrodinger.application.jaguar.autots_exceptions.SpectatorMoleculeError

Bases: JaguarUserFacingException

Spectator molecules are unsupported