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

Method MBTR

dscribe/ext/mbtr.cpp:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4
5MBTR::MBTR(map<int,int> atomicNumberToIndexMap, int interactionLimit, vector<vector<int>> cellIndices)
6 : atomicNumberToIndexMap(atomicNumberToIndexMap)
7 , interactionLimit(interactionLimit)
8 , cellIndices(cellIndices)
9{
10}
11
12void MBTR::getK1(py::array_t<double> &descriptor, const vector<int> &Z, const string &geomFunc, const string &weightFunc, const map<string, double> &parameters, double min, double max, double sigma, int n)
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected