Optional
environmentsList of atom-centered environments in the dataset.
Currently, the code assumes that every atom is associated with an environment. This may change in the future.
metadata for this dataset
Optional
parametersParameters of multidimensional properties
List of properties for the structures (target == "structure"
), or
atom-centered environments in the structures (target == "atom"
).
For structure properties, the values
array of the property should have
the same size as the structure list in Dataset.structures
.
For atomic properties, the values
array of the property should have
the same size as the environments list in Dataset.environments
.
Optional
settingsSettings for visualization of this dataset
Optional
shapesDictionary containing shape information about the dataset. Each shape is associated with a name that will also be used in the GUI, and the definition of the type and parameters of each shape is given by in the ShapeParameters dictionary.
List of structures in the dataset.
The structures can either follow the Structure
interface, in which
case they will be loaded as-defined; or contain any kind of data as a
UserStructure, in which case the ViewersGrid.loadStructure
callback should be set to translate from whatever is stored to a
Structure.
A dataset containing all the data to be displayed.