Home
last modified time | relevance | path

Searched refs:gShell (Results 1 – 9 of 9) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCTools/
H A DCasinoParser.cpp183 gShell.resize(n); in getGaussianCenters()
199 getValues(is, gShell.begin(), gShell.end()); in getGaussianCenters()
201 copy(gShell.begin(), gShell.end(), std::ostream_iterator<int>(std::cout, " ")); in getGaussianCenters()
205 for (int ig = 0; ig < gShell.size(); ig++) in getGaussianCenters()
207 if (gShell[ig] == 2) in getGaussianCenters()
277 gC0[i] *= contractionCorrection(gShell[i], gExp[i]); in makeCorrections()
278 if (gShell[i] == 2) in makeCorrections()
295 for (int i = 0; i < gShell.size(); i++) in makeCorrections()
297 if (gShell[i] == 4) in makeCorrections()
306 else if (gShell[i] == 5) in makeCorrections()
[all …]
H A DGaussianFCHKParser.cpp131 gShell.resize(ng); in parse()
620 std::vector<int> n(gShell.size()), dn(NumberOfAtoms, 0); in getGaussianCenters()
625 gShell[i] = gsMap[n[i]]; in getGaussianCenters()
H A DQMCGaussianParserBase.h97 std::vector<int> gShell, gNumber, gBound; member
H A DQPParser.cpp446 gShell.clear(); in getGaussianCenters()
466 gShell.push_back(gsMap[shID[indx][k]]); in getGaussianCenters()
H A DGamesAsciiParser.cpp703 gShell.clear(); in getGaussianCenters()
721 gShell.push_back(gsMap[shID[indx][k]]); in getGaussianCenters()
H A DQMCGaussianParserBase.cpp91 gShell(0), in QMCGaussianParserBase()
154 gShell(0), in QMCGaussianParserBase()
1290 int gid(gShell[ig]); in createShellH5()
1370 int gid(gShell[ig]); in createShell()
/dports/ftp/ncftp3/ncftp-3.2.6/win/bmed/
H A Dutil.c16 char gShell[256]; variable
363 memset(gShell, 0, sizeof(gShell)); in InitUserInfo()
388 (void) STRNCPY(gShell, "/bin/sh"); in InitUserInfo()
389 (void) STRNCPY(gShell, envp); in InitUserInfo()
398 (void) STRNCPY(gShell, pwptr->pw_shell); in InitUserInfo()
/dports/ftp/ncftp3/ncftp-3.2.6/ncftp/
H A Dutil.c19 char gShell[256]; variable
471 memset(gShell, 0, sizeof(gShell)); in InitUserInfo()
497 (void) STRNCPY(gShell, "/bin/sh"); in InitUserInfo()
499 (void) STRNCPY(gShell, envp); in InitUserInfo()
508 (void) STRNCPY(gShell, pwptr->pw_shell); in InitUserInfo()
H A Dcmds.c97 extern char gPager[], gHome[], gShell[];
3587 cp = strrchr(gShell, '/'); in ShellCmd()
3589 cp = gShell; /* bug */ in ShellCmd()
3593 execl(gShell, cp, NULL); in ShellCmd()
3594 perror(gShell); in ShellCmd()
3608 perror(gShell); in ShellCmd()