# # ChangeLog for src/Potentials # # Generated by Trac 1.6 # Jun 10, 2025, 2:59:00 AM Wed, 19 Dec 2012 15:25:30 GMT Frederik Heber [4f82f8] * src/Potentials/EmpiricalPotential.hpp (modified) * src/Potentials/Specifics/ManyBodyPotential_Tersoff.cpp (modified) * src/Potentials/Specifics/ManyBodyPotential_Tersoff.hpp (modified) * src/Potentials/Specifics/PairPotential_Harmonic.cpp (modified) * src/Potentials/Specifics/PairPotential_Harmonic.hpp (modified) Rewrote EmpiricalPotentials and the specific implementations such ... Wed, 19 Dec 2012 15:25:30 GMT Frederik Heber [dda3e8] * src/Potentials/helpers.hpp (modified) Added Helpers::isEqual() as equality operator taking numerical ... Sun, 16 Dec 2012 19:47:28 GMT Frederik Heber [610c11] * src/Potentials/Makefile.am (modified) * src/Potentials/Specifics/ManyBodyPotential_Tersoff.cpp (added) * src/Potentials/Specifics/ManyBodyPotential_Tersoff.hpp (added) Added Tersoff potential as first many-body potential. Sun, 16 Dec 2012 19:47:27 GMT Frederik Heber [6bb72a] * src/Makefile.am (modified) * src/Potentials/EmpiricalPotential.hpp (added) * src/Potentials/Makefile.am (added) * src/Potentials/Specifics/PairPotential_Harmonic.cpp (added) * src/Potentials/Specifics/PairPotential_Harmonic.hpp (added) * src/Potentials/helpers.hpp (added) Added general interface EmpiricalPotential and a first potential, the ...