torch_sim.stateΒΆ
The core state representation.
The main SimState class represents atomistic systems with support for batched operations and conversion to/from various atomistic formats.
Functions
Concatenate a list of SimStates into a single SimState. |
|
Infer whether a property is global, per-atom, or per-batch. |
|
Initialize state tensors from a atomistic system representation. |
|
Convert the SimState to a new device and dtype. |
Classes
Mixin for states that support deformation gradients. |
|
State representation for atomistic systems with batched operations support. |
|
bool(x) -> bool |