Skip to content

Added new constraint with name "ExternalForce"

username-removed-428988 requested to merge GitEdit/ase:external_force into master

This new constraint can be used to simulate an external force for example during an optimization procedure. You can set the absolute value of the force and two atom indices. If the sign of the force is positive, the two atoms will be pulled apart. The external forces which acts on both atoms are parallel to the connecting line of the two atoms.

I wrote already some tests.

Merge request reports