List all error possible.
| Enumerator |
|---|
| AbstractFuncCalled | A function has been called with an object for which it is not defined.
|
| BadCopyConstructor | Copy constructor called with wrong type.
|
| ElementSequence | Setting an element of a vectorial expression with a sequence of element.
|
| OutOfBounds | Index out of bounds for Expression with mutiple arguments.
|
| EvalNotValued | Evaluating an expression that cannot have a value.
|
| UndefinedBehaviour | Apparition of a case that has not been defined.
|
| ContractDummy | Trying to contract an index that is already contracted.
|
| ContractionMismatch | Trying to contract indices that do not match.
|
| SymmetryMismatch | Incompatibility between symmetries in the properties of an indicial expression.
|
| UnknownProperty | Trying to get a property of Abstract that is not defined..
|
| InvalidITensor | Invalid creation of TensorElement: bad indices.
|
| InvalidIndicialParent | Invalid parent: tensor not corresponding.
|
| InvalidIndicialSum | Summing two terms that have not the same index structure
|
| BadDependency | Setting a contradictory dependency for a variable.
|
| BadType | Bad type of Abstract sent in a function.
|
| BadSymmetry | Bad Symmetry sent in TensorParent (wring dimension).
|
| BadContraction | Bad contraction of indices in expression.
|
| UnknownEquation | Unknown type of equation used.
|
| BadPropertySetting | Setting a property that is not an equality.
|
| ArbitraryEvaluated | An arbitrary Abstract is evaluated, should not.
|
| ComparingNotDummy | A non-dummy Abstract is sent in Comparator.
|
| BadCommutationProp | Setting the commutation of an object for which it is determined.
|
| NegativeGroupDimension | Negative dimension in creation of group.
|
| NoContractionProperty | Calling a non-exiting special contraciton of ITensors.
|
| BadSelfContraction | Self-contraction property of TensorParent badely initialized.
|
| BadFieldInitialization | Bad initilization of field.
|
| OperatorNotImplemented | Rules for operator not implemented
|
| BadOperator | Bad initialization of operator
|