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

Method parameterInfo

src/libnnp/SymFncBaseCompAngWeighted.cpp:143–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143vector<string> SymFncBaseCompAngWeighted::parameterInfo() const
144{
145 vector<string> v = SymFncBaseComp::parameterInfo();
146 string s;
147 size_t w = sfinfoWidth;
148
149 s = "angleLeft";
150 v.push_back(strpr((pad(s, w) + "%14.8E").c_str(), angleLeft));
151 s = "angleRight";
152 v.push_back(strpr((pad(s, w) + "%14.8E").c_str(), angleRight));
153
154 return v;
155}
156
157double SymFncBaseCompAngWeighted::calculateRadialPart(double distance) const
158{

Callers

nothing calls this directly

Calls 2

strprFunction · 0.85
padFunction · 0.85

Tested by

no test coverage detected