Changeset 5f4960 for molecuilder


Ignore:
Timestamp:
Aug 21, 2009, 12:17:25 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
8b7e0a
Parents:
84b811
Message:

formula typo in molecule::PrincipalAxisSystem() fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecules.cpp

    r84b811 r5f4960  
    11681168/** Evaluates the potential energy used for constrained molecular dynamics.
    11691169 * \f$V_i^{con} = c^{bond} \cdot | r_{P(i)} - R_i | + sum_{i \neq j} C^{min} \cdot \frac{1}{C_{ij}} + C^{inj} \Bigl (1 - \theta \bigl (\prod_{i \neq j} (P(i) - P(j)) \bigr ) \Bigr )\f$
    1170  *     where the first term points to the target in minimum distance, the second is a penalty for trajectories lying too close to each other (\f$C_{ij}$ is minimum distance between
     1170 *     where the first term points to the target in minimum distance, the second is a penalty for trajectories lying too close to each other (\f$C_{ij}\f$ is minimum distance between
    11711171 *     trajectories i and j) and the third term is a penalty for two atoms trying to each the same target point.
    11721172 * Note that for the second term we have to solve the following linear system:
     
    37223722 * \param *&SortIndex Mapping array of size molecule::AtomCount
    37233723 * \return true - success, false - failure of SortIndex alloc
     3724 * \todo do we really need this still as the IonType may appear in any order due to recent changes
    37243725 */
    37253726bool molecule::CreateMappingLabelsToConfigSequence(ofstream *out, int *&SortIndex)
Note: See TracChangeset for help on using the changeset viewer.