Home
last modified time | relevance | path

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

/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/quantum/
H A DGaussianFchkReader.java351 float[] spcoefs = (float[]) fileData.get("P(S=P)Contractioncoefficients"); in readBasis() local
372 if (spcoefs != null) in readBasis()
373 g[2] = spcoefs[gaussianCount]; in readBasis()