nambuv Interface

public interface nambuv

Module Procedures

private pure function nambuv_scalar(n) result(r)

Constructs basis matrix number n in spin-nambu space.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n

Return Value type(nambu)

private pure function nambuv_vector(v) result(r)

Constructs a matrix representation of a vector.

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), dimension(1:3) :: v

Return Value type(nambu)