I've been trying to use the properties.correlations.VelocityAutoCorrelation calculator in batched MD simulations, but it seems that only one VACF trajectory is reported. I think it's intuitive that the vacf property would, in this case, be a tensor of shape (*, n_systems).
Is this intended behavior? If not, I'm happy to write up a small example. If so, I think this would be a very nice enhancement. I have a custom implementation for this I'm also happy to show off, but it's a little hacky.
I've been trying to use the
properties.correlations.VelocityAutoCorrelationcalculator in batched MD simulations, but it seems that only one VACF trajectory is reported. I think it's intuitive that thevacfproperty would, in this case, be a tensor of shape(*, n_systems).Is this intended behavior? If not, I'm happy to write up a small example. If so, I think this would be a very nice enhancement. I have a custom implementation for this I'm also happy to show off, but it's a little hacky.