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

Method DescriptorGlobal

dscribe/ext/descriptorglobal.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected