Home
last modified time | relevance | path

Searched refs:get_array_int_from_fchk_gaussian_file (Results 1 – 5 of 5) sorted by relevance

/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DBasis.c1171 shellTypes = get_array_int_from_fchk_gaussian_file(file, "Shell types ", &n); in readBasisFromGaussianFChk()
1195 …nPrimitivesByShell = get_array_int_from_fchk_gaussian_file(file, "Number of primitives per shell "… in readBasisFromGaussianFChk()
1203 numAtoms = get_array_int_from_fchk_gaussian_file(file, "Shell to atom map ", &n); in readBasisFromGaussianFChk()
H A DGeomOrbXYZ.c2530 z = get_array_int_from_fchk_gaussian_file(file, "Atomic numbers ", &n); in gl_read_fchk_gaussn_file_geom()
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DUtils.h165 gint* get_array_int_from_fchk_gaussian_file(FILE* file, gchar* blockName, gint* nElements);
H A DUtils.c4456 gint* get_array_int_from_fchk_gaussian_file(FILE* file, gchar* blockName, gint* nElements) in get_array_int_from_fchk_gaussian_file() function
/dports/science/gabedit/GabeditSrc251_300720/src/Geometry/
H A DGeomXYZ.c8428 z = get_array_int_from_fchk_gaussian_file(file, "Atomic numbers ", &n); in read_fchk_gaussian_file()