The time averaging of properties seems to be broken when performing replica exchange simulations. This is not a critical bug, as the affected properties (Cv and U) are typically calculated using the energy histograms for these simulations, and these work correctly. It is probably due to a miscounting of the time passed in each simulation after a swap.
The text was updated successfully, but these errors were encountered:
This appears to be due to DynamO forgetting to tell the output plugins about any accumulated free stream time from cell events. It looks like this needs to be removed from DynamO (it will simplify the code somewhat too).
This issue has been fixed. It was due to a free stream accumulator optimization which has since been removed. This commit marks the final change required to fix the issue. e5c882b
The time averaging of properties seems to be broken when performing replica exchange simulations. This is not a critical bug, as the affected properties (Cv and U) are typically calculated using the energy histograms for these simulations, and these work correctly. It is probably due to a miscounting of the time passed in each simulation after a swap.
The text was updated successfully, but these errors were encountered: