Ignore:
Timestamp:
Oct 3, 2016, 11:13:52 AM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_FitPotential_needs_atomicnumbers
Children:
11bab4
Parents:
be20db
git-author:
Frederik Heber <heber@…> (10/03/16 11:13:49)
git-committer:
Frederik Heber <heber@…> (10/03/16 11:13:52)
Message:

Added getSubgraph() to all EmpiricalPotentials.

  • this encodes the specific bonding structure which this potential represents and which allows finding all(!) subgraphs within the fragment graph in the correct manner.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Potentials/Specifics/ThreeBodyPotential_Angle.hpp

    rbe20db r0b7036  
    188188  };
    189189
     190protected:
     191  /** Provides the specific subgraph for this specific empirical potential.
     192   *
     193   * \return subgraph encoded as boost::graph's adjacency_list
     194   */
     195  boost::adjacency_list<> getSubgraph() const;
     196
    190197private:
    191198  result_t
Note: See TracChangeset for help on using the changeset viewer.