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

Method parameterLine

src/libnnp/SymFncExpAngnWeighted.cpp:290–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290string SymFncExpAngnWeighted::parameterLine() const
291{
292 return strpr(getPrintFormat().c_str(),
293 index + 1,
294 elementMap[ec].c_str(),
295 type,
296 subtype.c_str(),
297 eta * convLength * convLength,
298 rs / convLength,
299 rc / convLength,
300 lambda,
301 zeta,
302 cutoffAlpha,
303 lineNumber + 1);
304}
305
306vector<string> SymFncExpAngnWeighted::parameterInfo() const
307{

Callers

nothing calls this directly

Calls 1

strprFunction · 0.85

Tested by

no test coverage detected