mici.errors module#
Exception types.
- exception mici.errors.AdaptationError[source]#
Bases:
ErrorError raised when adaptation of transition parameters fails.
- add_note(note, /)#
Add a note to the exception
- args#
- with_traceback(tb, /)#
Set self.__traceback__ to tb and return self.
- exception mici.errors.ConvergenceError[source]#
Bases:
IntegratorErrorError raised when solver fails to converge within allowed iterations.
- add_note(note, /)#
Add a note to the exception
- args#
- with_traceback(tb, /)#
Set self.__traceback__ to tb and return self.
- exception mici.errors.Error[source]#
Bases:
RuntimeErrorBase class for errors.
- add_note(note, /)#
Add a note to the exception
- args#
- with_traceback(tb, /)#
Set self.__traceback__ to tb and return self.
- exception mici.errors.HamiltonianDivergenceError[source]#
Bases:
IntegratorErrorError raised when integration of Hamiltonian dynamics diverges.
- add_note(note, /)#
Add a note to the exception
- args#
- with_traceback(tb, /)#
Set self.__traceback__ to tb and return self.
- exception mici.errors.IntegratorError[source]#
Bases:
ErrorError raised when integrator step fails.
- add_note(note, /)#
Add a note to the exception
- args#
- with_traceback(tb, /)#
Set self.__traceback__ to tb and return self.
- exception mici.errors.LinAlgError[source]#
Bases:
ErrorError raised when a matrix operation raises a linear algebra error.
- add_note(note, /)#
Add a note to the exception
- args#
- with_traceback(tb, /)#
Set self.__traceback__ to tb and return self.