Open
Description
I want to implement some physics based priors. An example would be a Coulomb interaction based on pre-computed partial charges that are stored in the dataset. BasePrior.forward()
is supposed to return a list of per-atom energy contributions, but physics based interactions usually do not decompose in that way. It would be much easier if it could just return a total energy for each sample.
What do you recommend as the cleanest way of implementing this?
Metadata
Metadata
Assignees
Labels
No labels