Positions¶
Positions are differences between atomic positions at two different times. They can be used to predict the next configuration in molecular dynamics (see, e.g., https://arxiv.org/pdf/2505.19350).
In metatomic models, they are associated with the "positions"
key in the model outputs, and must adhere to the following metadata schema:
Metadata |
Names |
Description |
---|---|---|
keys |
|
the keys must have a single dimension named |
samples |
|
the samples must be named
|
components |
|
positions must have a single component dimension named
|
properties |
|
positions must have a single property dimension named
|
At the moment, positions are not integrated into any simulation engines.
Momenta¶
The momentum of a particle is a vector defined as its mass times its velocity. Predictions of momenta can be used, for example, to predict a future step in molecular dynamics (see, e.g., https://arxiv.org/pdf/2505.19350).
In metatomic models, they are associated with the "momenta"
key in the model outputs, and must adhere to the following metadata schema:
Metadata |
Names |
Description |
---|---|---|
keys |
|
the keys must have a single dimension named |
samples |
|
the samples must be named
|
components |
|
momenta must have a single component dimension named
|
properties |
|
momenta must have a single property dimension named
|
At the moment, momenta are not integrated into any simulation engines.