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
|
curatom = 1
|
||||||
vectors = []
|
vectors = []
|
||||||
while pos < end:
|
while pos < end:
|
||||||
|
line = self.text[pos].split()
|
||||||
|
if 'Density' in line:
|
||||||
|
break
|
||||||
pos += 1
|
pos += 1
|
||||||
if index == 'Natural':
|
if index == 'Natural':
|
||||||
syms = [ None for k in range(5) ]
|
syms = [ None for k in range(5) ]
|
||||||
|
@ -83,7 +83,7 @@ def get_data(var,txt,pos,type=""):
|
|||||||
pos = self._pos
|
pos = self._pos
|
||||||
if pos is not None:
|
if pos is not None:
|
||||||
line = self.text[pos].split()"""
|
line = self.text[pos].split()"""
|
||||||
if type is "":
|
if type == "":
|
||||||
line += """
|
line += """
|
||||||
self._%(var)s = ' '.join(line[%(pos)s])"""
|
self._%(var)s = ' '.join(line[%(pos)s])"""
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user