Custom Exceptions

Errors

This module includes all custom warnings and errors used across hottbox.

TensorStateError

Error raised when attempting to perform an operation on a Tensor which is not allowed for its current state

TensorModeError

Error raised when attempting to perform an operation on a Tensor which is not allowed by its Mode

TensorShapeError

Error raised when attempting to perform an operation on a Tensor which is not allowed for its current shape

TensorTopologyError

Error related to the dimensionality mismatch of counterparts of TensorCPD, TensorTKD and TensorTT

StateError

Error raised when there is an attempt to set incorrect parameters for state of a Tensor

ModeError

Error raised when there is an attempt to set incorrect parameters for mode of a Tensor