Implement a takestep move which swaps two un-like atoms
Choose a random atom from group A and a random atom from group B and exchange their xyz coordinates.
Parameters : | Alist, Blist : list of integers
verbose : bool
|
---|
Methods
__call__(*args, **kwargs) | |
scale(factor) | |
takeStep(coords, **kwargs) | |
updateStep(accepted, **kwargs) | feedback from basin hopping if last step was accepted |