mirror of
https://gitlab.com/scemama/resultsFile.git
synced 2024-11-07 06:33:41 +01:00
Fixed bug for spherical AOs
This commit is contained in:
parent
f310b2a29b
commit
427514e36e
@ -566,6 +566,9 @@ class gaussianFile(resultsFile.resultsFileX):
|
||||
curatom = 1
|
||||
vectors = []
|
||||
while pos < end:
|
||||
line = self.text[pos].split()
|
||||
if 'Density' in line:
|
||||
break
|
||||
pos += 1
|
||||
if index == 'Natural':
|
||||
syms = [ None for k in range(5) ]
|
||||
|
@ -83,7 +83,7 @@ def get_data(var,txt,pos,type=""):
|
||||
pos = self._pos
|
||||
if pos is not None:
|
||||
line = self.text[pos].split()"""
|
||||
if type is "":
|
||||
if type == "":
|
||||
line += """
|
||||
self._%(var)s = ' '.join(line[%(pos)s])"""
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user