MCPcopy Create free account
hub / github.com/SINGROUP/dscribe / k3GeomAngle

Method k3GeomAngle

dscribe/ext/mbtr.cpp:550–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550inline double MBTR::k3GeomAngle(const int &i, const int &j, const int &k, const vector<vector<double> > &distances)
551{
552 double cosine = this->k3GeomCosine(i, j, k, distances);
553 double angle = acos(cosine)*180.0/PI;
554
555 return angle;
556}
557
558inline double MBTR::k3WeightExponential(const int &i, const int &j, const int &k, const vector<vector<double> > &distances, double scale)
559{

Callers

nothing calls this directly

Calls 1

k3GeomCosineMethod · 0.95

Tested by

no test coverage detected