Home
last modified time | relevance | path

Searched refs:gShellType (Results 1 – 2 of 2) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCTools/
H A DQMCGaussianParserBase.h167 static std::vector<std::string> gShellType; member
H A DQMCGaussianParserBase.cpp36 std::vector<std::string> QMCGaussianParserBase::gShellType; member in QMCGaussianParserBase
271 gShellType.resize(10); in init()
272 gShellType[1] = "s"; in init()
273 gShellType[2] = "sp"; in init()
274 gShellType[3] = "p"; in init()
275 gShellType[4] = "d"; in init()
276 gShellType[5] = "f"; in init()
277 gShellType[6] = "g"; in init()
278 gShellType[7] = "h"; in init()
279 gShellType[8] = "h1"; in init()
[all …]