You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does openmm-torch support multivariate collective variables? I would like to do metadynamics along an NN collective variable in 3 dimensions, and the current openmm-torch documentation involves only univariate examples. Can this be done simply by changing the number of output dimensions of the NN, or is a more elaborate scheme required?
The text was updated successfully, but these errors were encountered:
The model needs to return a single number, which gets interpreted as the energy. You can include three TorchForces, each calculating a single number, and use them as your collective variables.
Does openmm-torch support multivariate collective variables? I would like to do metadynamics along an NN collective variable in 3 dimensions, and the current openmm-torch documentation involves only univariate examples. Can this be done simply by changing the number of output dimensions of the NN, or is a more elaborate scheme required?
The text was updated successfully, but these errors were encountered: