Home
last modified time | relevance | path

Searched refs:NumGauss (Results 1 – 3 of 3) sorted by relevance

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DInputData.cpp1449 Basis=NumGauss=NumHeavyFuncs=NumPFuncs=ECPPotential=0; in InitData()
1665 NumGauss = NewNumGauss; in SetNumGauss()
1666 return NumGauss; in SetNumGauss()
1669 return NumGauss; in GetNumGauss()
1814 if (NumGauss) { in WriteXML()
1815 snprintf(line, kMaxLineLength, "%d", NumGauss); in WriteXML()
1925 if (NumGauss) { in WriteToFile()
1926 sprintf(Out, "NGAUSS=%d ", NumGauss); in WriteToFile()
H A Dinputbuilder.cpp1796 short NumGauss = TmpInputRec->Basis->GetNumGauss(); in SetupBasisItems() local
1803 else if(itemValue == GAMESS_BS_STO) itemValue = NumGauss + 1; in SetupBasisItems()
1806 if(NumGauss == 6) itemValue++; in SetupBasisItems()
1808 else if(itemValue == GAMESS_BS_N31) itemValue = NumGauss + 6; in SetupBasisItems()
2530 short NumGauss = 0; in OnBasisChoiceSelected() local
2538 NumGauss = itemValue; in OnBasisChoiceSelected()
2542 NumGauss = ((itemValue==7) ? 3 : 6); in OnBasisChoiceSelected()
2546 NumGauss = itemValue - 5; in OnBasisChoiceSelected()
2550 if(itemValue == 12) NumGauss = 6; in OnBasisChoiceSelected()
2556 TmpInputRec->Basis->SetNumGauss(NumGauss); in OnBasisChoiceSelected()
H A DInputData.h444 short NumGauss; variable