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

Method parameterLine

src/libnnp/SymFncBaseExpAng.cpp:125–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125string SymFncBaseExpAng::parameterLine() const
126{
127 return strpr(getPrintFormat().c_str(),
128 index + 1,
129 elementMap[ec].c_str(),
130 type,
131 subtype.c_str(),
132 elementMap[e1].c_str(),
133 elementMap[e2].c_str(),
134 eta * convLength * convLength,
135 rs / convLength,
136 rc / convLength,
137 lambda,
138 zeta,
139 cutoffAlpha,
140 lineNumber + 1);
141}
142
143vector<string> SymFncBaseExpAng::parameterInfo() const
144{

Callers

nothing calls this directly

Calls 1

strprFunction · 0.85

Tested by

no test coverage detected