Home
last modified time | relevance | path

Searched refs:calcGradWithPos (Results 1 – 2 of 2) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/ForceField/Wrap/
H A DPyForceField.h54 PyObject *calcGradWithPos(const python::object &pos = python::object());
H A DForceField.cpp160 PyObject *PyForceField::calcGradWithPos(const python::object &pos) { in calcGradWithPos() function in PyForceField
309 .def("CalcGrad", &PyForceField::calcGradWithPos, in BOOST_PYTHON_MODULE()