API:IPotentialMolecular
From Wiketomica
| API Home | Participants | API | Discussion | Demos | Downloads | Documentation | Contact Us | Acknowledgements |
IPotentialMolecular
Reason for existence
An IPotential describes the interaction between IMolecules, 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 IPotentialMolecular : IPotential {
double energy(IMoleculeList molecules);
}
