Skip to content

Bug fix: contraints.Filter must support same keyword args as Atoms.

username-removed-265766 requested to merge schiotz/ase:fixfiltermomenta into master

Bug fix: contraints.Filter did not pass keyword arguments to get_potential_energy() and set_momenta() to the original atoms object, causing MD to crash.

Merge request reports