Changeset e83114 for src/Potentials/EmpiricalPotential.hpp
- Timestamp:
- Aug 30, 2025, 2:41:40 PM (2 months ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- a0d8aa
- Parents:
- 72b6d7
- git-author:
- Frederik Heber <frederik.heber@…> (08/16/25 10:32:39)
- git-committer:
- Frederik Heber <frederik.heber@…> (08/30/25 14:41:40)
- File:
-
- 1 edited
-
src/Potentials/EmpiricalPotential.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/EmpiricalPotential.hpp
r72b6d7 re83114 95 95 virtual unsigned int getParticleTypeNumber() const=0; 96 96 97 /** Sets the parameters from a given vector. 98 * 99 * \param params vector of parameters, specific to a specialized potential 100 */ 101 virtual void setParameters(const parameters_t ¶ms)=0; 102 103 /** Getter for the parameter set for this specialized potential. 104 * 105 * \return vector of parameters 106 */ 107 virtual parameters_t getParameters() const=0; 108 97 109 protected: 98 110 /** Default constructor for class EmpiricalPotential.
Note:
See TracChangeset
for help on using the changeset viewer.
