Changeset 6dfa37 for src/Dynamics
- Timestamp:
- Jul 20, 2017, 9:38:38 AM (8 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued
- Children:
- 3a5de5
- Parents:
- 8270be
- git-author:
- Frederik Heber <frederik.heber@…> (06/27/17 21:04:40)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/20/17 09:38:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Dynamics/ForceAnnealing.hpp
r8270be r6dfa37 70 70 ForceAnnealing( 71 71 AtomSetMixin<T> &_atoms, 72 const double _Deltat, 72 73 bool _IsAngstroem, 73 74 const size_t _maxSteps, 74 75 const int _max_distance, 75 76 const double _damping_factor) : 76 AtomicForceManipulator<T>(_atoms, 1., _IsAngstroem),77 AtomicForceManipulator<T>(_atoms, _Deltat, _IsAngstroem), 77 78 maxSteps(_maxSteps), 78 79 max_distance(_max_distance), 79 80 damping_factor(_damping_factor) 80 81 {} 82 81 83 /** Destructor of class ForceAnnealing. 82 84 * … … 120 122 anneal(_CurrentTimeStep, _offset, maxComponents); 121 123 } 122 123 124 124 125 LOG(1, "STATUS: Largest remaining force components at step #"
Note:
See TracChangeset
for help on using the changeset viewer.