Interface Parameter

Parameters are used to describe multidimensional properties.

The first dimension of a multidimensional property always corresponds to structure/atoms in the dataset, and additional dimensions should be described with a Parameter.

interface Parameter {
    name?: string;
    units?: string;
    values: number[];
}

Properties

Properties

name?: string

name of the parameter

units?: string

units of the elements in the property array

values: number[]

values of the parameter