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

Method parameterInfo

src/libnnp/SymFncCompRad.cpp:198–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198vector<string> SymFncCompRad::parameterInfo() const
199{
200 vector<string> v = SymFncBaseComp::parameterInfo();
201 string s;
202 size_t w = sfinfoWidth;
203
204 s = "e1";
205 v.push_back(strpr((pad(s, w) + "%s").c_str(), elementMap[e1].c_str()));
206
207 return v;
208}
209
210double SymFncCompRad::calculateRadialPart(double distance) const
211{

Callers

nothing calls this directly

Calls 2

strprFunction · 0.85
padFunction · 0.85

Tested by

no test coverage detected