getEnergy Module Function

pure module function getEnergy(this) result(energyCost)

Returns array representing energy cost of this transition

Arguments

Type IntentOptional Attributes Name
class(SimpleTransition), intent(in) :: this

Return Value real(kind=rk), allocatable, dimension(:)