nambuv Interface

public interface nambuv

Construct basis matrices


Contents


Module Procedures

private pure function nambuv_scalar(n) result(r)

Constructs basis matrix number n in spin-nambu space.

Arguments

Type IntentOptional AttributesName
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 AttributesName
real(kind=wp), intent(in), dimension(1:3):: v

Return Value type(nambu)