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

Method DescriptorLocal

dscribe/ext/descriptorlocal.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23using namespace std;
24
25DescriptorLocal::DescriptorLocal(bool periodic, string average, double cutoff)
26 : Descriptor(periodic, average, cutoff)
27{
28}
29
30void DescriptorLocal::create(
31 py::array_t<double> out,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected