Home
last modified time | relevance | path

Searched refs:OBFF_EVDW (Results 1 – 8 of 8) sorted by relevance

/dports/science/openbabel/openbabel-3.1.1/src/
H A Dforcefield.cpp3105 if (terms & OBFF_EVDW) in NumericalDerivative()
3128 if (terms & OBFF_EVDW) in NumericalDerivative()
3153 if (terms & OBFF_EVDW) in NumericalDerivative()
3178 if (terms & OBFF_EVDW) in NumericalDerivative()
3222 if (terms & OBFF_EVDW) in NumericalSecondDerivative()
3249 if (terms & OBFF_EVDW) in NumericalSecondDerivative()
3272 if (terms & OBFF_EVDW) in NumericalSecondDerivative()
3301 if (terms & OBFF_EVDW) in NumericalSecondDerivative()
3324 if (terms & OBFF_EVDW) in NumericalSecondDerivative()
3353 if (terms & OBFF_EVDW) in NumericalSecondDerivative()
[all …]
/dports/science/openbabel/openbabel-3.1.1/include/openbabel/
H A Dforcefield.h49 #define OBFF_EVDW (1 << 6) //!< vdw term macro
/dports/science/openbabel/openbabel-3.1.1/src/forcefields/
H A Dforcefieldghemical.cpp1234 numgrad = NumericalDerivative(&*a, OBFF_EVDW); in ValidateGradients()
H A Dforcefielduff.cpp1909 numgrad = NumericalDerivative(&*a, OBFF_EVDW); in ValidateGradients()
H A Dforcefieldgaff.cpp1560 numgrad = NumericalDerivative(&*a, OBFF_EVDW); in ValidateGradients()
H A Dforcefieldmmff94.cpp4439 numgrad = NumericalDerivative(&*a, OBFF_EVDW); in ValidateGradients()
/dports/science/openbabel/openbabel-3.1.1/scripts/perl/
H A DOpenBabel.pm6397 *OBFF_EVDW = *Chemistry::OpenBabelc::OBFF_EVDW;
/dports/science/openbabel/openbabel-3.1.1/scripts/python/openbabel/
H A Dopenbabel.py3224 OBFF_EVDW = _openbabel.OBFF_EVDW variable