Home
last modified time | relevance | path

Searched refs:allorb (Results 1 – 8 of 8) sorted by relevance

/dports/science/gabedit/GabeditSrc251_300720/utils/Molpro/
H A DcreateMolproLibFileForGabedit.c29 char allorb[21] = {'E','s','p','d','f','g','h','i','j','k','l', in get_num_orb() local
34 if(orb[0] == allorb[i]) return i; in get_num_orb()
H A DcreateMolproLibFunctionForGabedit.c29 char allorb[21] = {'E','s','p','d','f','g','h','i','j','k','l', in get_num_orb() local
34 if(orb[0] == allorb[i]) return i; in get_num_orb()
/dports/science/gabedit/GabeditSrc251_300720/src/Molpro/
H A DMolproBasisLibrary.c111 gchar allorb[21] = {'E', 's','p','d','f','g','h','i','j','k','l', in get_num_orb() local
116 if(orb[0] == allorb[i]) in get_num_orb()
123 gchar *allorb[21] = {"ECP", "s","p","d","f","g","h","i","j","k","l", in get_molpro_basis_list() local
159 fprintf(fout,"%s %s %s\n",Symb,allorb[numorb1],bas); in get_molpro_basis_list()
162 fprintf(fout,"%s %s %s\n",Symb,allorb[numorb2],bas); in get_molpro_basis_list()
165 fprintf(fout,"%s %s %s\n",Symb,allorb[numorb2],bas); in get_molpro_basis_list()
H A DMolproLib.c34 gchar allorb[21] = {'E', 's','p','d','f','g','h','i','j','k','l', in get_num_orb() local
39 if(orb[0] == allorb[i]) in get_num_orb()
46 gchar *allorb[21] = {"ECP", "s","p","d","f","g","h","i","j","k","l", in get_basis_list() local
106 fprintf(fout,"%s %s %s\n",Symb,allorb[numorb1],bas); in get_basis_list()
109 fprintf(fout,"%s %s %s\n",Symb,allorb[numorb2],bas); in get_basis_list()
/dports/biology/molden/molden5.8/
H A Drdmaux.f108 call allorb(nsiz,0)
H A Dwrzmat.f4931 call allorb(nsiz,0)
H A Ddummys.f562 subroutine allorb(isiz,ifrst) subroutine
H A Dxwin.c523 void allorb(int *ZSizep,int *first);
19350 allorb(&addat,&ONE);
46499 void allorb(ZSizep,first) in allorb() function