Changeset 35760a for src/Potentials/Specifics/ManyBodyPotential_Tersoff.cpp
- Timestamp:
- Oct 3, 2016, 5:34:49 PM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- 91a3f7
- Parents:
- 6aed89
- git-author:
- Frederik Heber <heber@…> (10/03/16 17:29:46)
- git-committer:
- Frederik Heber <heber@…> (10/03/16 17:34:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/Specifics/ManyBodyPotential_Tersoff.cpp
r6aed89 r35760a 81 81 const std::string ManyBodyPotential_Tersoff::potential_token("tersoff"); 82 82 Coordinator::ptr ManyBodyPotential_Tersoff::coordinator(Memory::ignore(new OneBody_Constant())); 83 static PotentialSubgraph generateSubgraph() 84 { 85 return PotentialSubgraph(); 86 } 87 const PotentialSubgraph ManyBodyPotential_Tersoff::subgraph(generateSubgraph()); 83 88 84 89 ManyBodyPotential_Tersoff::ManyBodyPotential_Tersoff() : … … 731 736 params[ManyBodyPotential_Tersoff::h] = 1e+1*(random()/(rng_max-rng_min));//-5.705800e-01; 732 737 } 733 734 boost::adjacency_list<>735 ManyBodyPotential_Tersoff::getSubgraph() const736 {737 return boost::adjacency_list<> (1);738 }739
Note:
See TracChangeset
for help on using the changeset viewer.
