Changeset db0833 for src


Ignore:
Timestamp:
May 8, 2017, 2:03:59 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_goodresults, ForceAnnealing_tocheck
Children:
485eea
Parents:
c8165c
git-author:
Frederik Heber <heber@…> (04/02/17 19:23:15)
git-committer:
Frederik Heber <frederik.heber@…> (05/08/17 14:03:59)
Message:

Added RandomPerturbationAction.

  • this should be when doing structural optimization for getting given configurations out of ambivalent states, e.g. a water molecule whose three atoms define a straight line.
  • note that we need to use a sensible random number distribution, the default is not doing what's expected. Added to docu.
  • TESTS: Added regression test with undo/redo.
  • DOCU: Added documentation to userguide.
Location:
src/Actions
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/GlobalListOfActions.hpp

    rc8165c rdb0833  
    3333  (AtomChangeElement) \
    3434  (AtomMirror) \
     35  (AtomRandomPerturbation) \
    3536  (AtomRemove) \
    3637  (AtomRotateAroundOriginByAngle) \
  • src/Actions/Makefile.am

    rc8165c rdb0833  
    152152  Actions/AtomAction/ChangeElementAction.cpp \
    153153  Actions/AtomAction/MirrorAction.cpp \
     154  Actions/AtomAction/RandomPerturbationAction.cpp \
    154155  Actions/AtomAction/RemoveAction.cpp \
    155156  Actions/AtomAction/RotateAroundOriginByAngleAction.cpp \
     
    163164  Actions/AtomAction/MirrorAction.hpp \
    164165  Actions/AtomAction/RemoveAction.hpp \
     166  Actions/AtomAction/RandomPerturbationAction.hpp \
    165167  Actions/AtomAction/RotateAroundOriginByAngleAction.hpp \
    166168  Actions/AtomAction/SaturateAction.hpp \
     
    172174  Actions/AtomAction/ChangeElementAction.def \
    173175  Actions/AtomAction/MirrorAction.def \
     176  Actions/AtomAction/RandomPerturbationAction.def \
    174177  Actions/AtomAction/RemoveAction.def \
    175178  Actions/AtomAction/RotateAroundOriginByAngleAction.def \
Note: See TracChangeset for help on using the changeset viewer.