Changeset 539845 for src/Dynamics/ForceAnnealing.hpp
- Timestamp:
- Jul 20, 2017, 9:38:37 AM (8 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued
- Children:
- ab7bfa6
- Parents:
- 58787b
- git-author:
- Frederik Heber <frederik.heber@…> (05/24/17 09:55:56)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/20/17 09:38:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Dynamics/ForceAnnealing.hpp
r58787b r539845 62 62 bool _IsAngstroem, 63 63 const size_t _maxSteps, 64 const int _max_distance) : 64 const int _max_distance, 65 const double _damping_factor) : 65 66 AtomicForceManipulator<T>(_atoms, 1., _IsAngstroem), 66 67 maxSteps(_maxSteps), 67 68 max_distance(_max_distance), 68 damping_factor( 0.5)69 damping_factor(_damping_factor) 69 70 {} 70 71 /** Destructor of class ForceAnnealing.
Note:
See TracChangeset
for help on using the changeset viewer.