MCPcopy Create free account
hub / github.com/CompPhysVienna/n2p2 / parameterInfo

Method parameterInfo

src/libnnp/SymFncCompRadWeighted.cpp:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183vector<string> SymFncCompRadWeighted::parameterInfo() const
184{
185 vector<string> v = SymFncBaseComp::parameterInfo();
186
187 return v;
188}
189
190double SymFncCompRadWeighted::calculateRadialPart(double distance) const
191{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected