Changeset cb80d4 for src/Dynamics/BondVectors.hpp
- Timestamp:
- Jul 20, 2017, 9:38:38 AM (8 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued
- Children:
- d3d964
- Parents:
- 461a7f
- git-author:
- Frederik Heber <frederik.heber@…> (06/29/17 14:53:38)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/20/17 09:38:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Dynamics/BondVectors.hpp
r461a7f rcb80d4 83 83 const size_t &_step) const; 84 84 85 //!> typedef for the weights for the Bondvectors of a single atom 86 typedef std::deque<double> weights_t; 87 88 /** Calculates the weights for a frame where each Bondvector of the 89 * given atom is a vector of the frame. 90 * 91 * The idea is that we can represent any vector by appropriate weights such 92 * that is still sums up to one. 93 * 94 * \param _walker atom to get BondVectors for 95 * \param _step time step for which the bond vector is request 96 */ 97 weights_t getWeightsForAtomAtStep( 98 const atom &_walker, 99 const size_t &_step) const; 100 85 101 private: 86 102 /** Calculates the bond vector for each bond in the internal container.
Note:
See TracChangeset
for help on using the changeset viewer.