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

Function getCrosNumD

dscribe/ext/soapGTO.cpp:33–36  ·  view source on GitHub ↗

===========================================================

Source from the content-addressed store, hash-verified

31#define PIHalf 1.57079632679490
32//===========================================================
33inline int getCrosNumD(int n)
34{
35 return n*(n+1)/2;
36}
37//================================================================
38inline void getDeltaD(double* x, double* y, double* z, const py::array_t<double> &positions, const double ix, const double iy, const double iz, const vector<int> &indices){
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected