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

Method parameterLine

src/libnnp/SymFncExpRadWeighted.cpp:172–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172string SymFncExpRadWeighted::parameterLine() const
173{
174 return strpr(getPrintFormat().c_str(),
175 index + 1,
176 elementMap[ec].c_str(),
177 type,
178 subtype.c_str(),
179 eta * convLength * convLength,
180 rs / convLength,
181 rc / convLength,
182 cutoffAlpha,
183 lineNumber + 1);
184}
185
186vector<string> SymFncExpRadWeighted::parameterInfo() const
187{

Callers

nothing calls this directly

Calls 1

strprFunction · 0.85

Tested by

no test coverage detected