torchmd / torchmd-net

Training neural network potentials
MIT License
330 stars 74 forks source link

Scalar, vector and tensor properties #339

Open marvcks opened 2 months ago

marvcks commented 2 months ago

When reading the TensorNet paper (TensorNet: Cartesian Tensor Representations for Efficient Learning of Molecular Potentials), specifically in section A.3, the authors describe the details of training on scalar, vector, and tensor properties of ethanol.

It turns out that a special output model is required to learn dipole and tensor properties. However, I couldn’t find the corresponding code (output model for dipole and tensor properties) in the repository. Could you please provide the code or point me to where it is located, so I can reproduce the results from the paper?

marvcks commented 2 months ago
image
RaulPPelaez commented 2 months ago

@guillemsimeon, could you share some details about how you went about this? I do not think those output models are currently present in the latest release.