Utility

Errors

QEDbase.RegistryErrorType
struct RegistryError <: Exception

Exception raised, if a certain type target_type can not be registed for a certain interface, since there needs the function func to be impleemnted.

Fields

  • func::Function

  • target_type::Any

source

Helper functions

QEDbase._as_svecFunction
_as_svec(x)

Accepts a single object, an SVector of objects or a tuple of objects, and returns them in a single "layer" of SVector.

Useful with base_state.

source