You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vidar would like to have a system where Lennard-Jones parameters of a given element can change as a result of move.
As a quick implementation option could be to expose the init() method in an API of the MixerPairPotentialBase, possibly allowing recalculation only of affected pairs.
A better but more complex solution would be perhaps an observer pattern.
The text was updated successfully, but these errors were encountered:
Vidar would like to have a system where Lennard-Jones parameters of a given element can change as a result of move.
As a quick implementation option could be to expose the
init()
method in an API of theMixerPairPotentialBase
, possibly allowing recalculation only of affected pairs.A better but more complex solution would be perhaps an observer pattern.
The text was updated successfully, but these errors were encountered: