API:IPotentialAtomic
From Wiketomica
| API Home | Participants | API | Discussion | Demos | Downloads | Documentation | Contact Us | Acknowledgements |
IPotentialAtomic
Reason for existence
An IPotential describes the interaction between IAtoms, typically 2 but possibly 3 or more or 1 (or even 0). The most basic potential simply handles the potential energy.
superclass:IPotential
Proposed Interface
interface IPotentialAtomic : IPotential {
double energy(IAtomList atoms);
}
