Skip to content

ENH: Add `append_trajectory` argument to append new structures to trajectory file upon restart

username-removed-935968 requested to merge gdonval/ase:patch-1 into master

Currently, there is no easy way to continue MD calculations easily (AFAIK). This new keyword prevents the trajectory file from being overwritten upon restart: new structures are simply appended.

Merge request reports