mirror of
https://gitlab.com/scemama/resultsFile.git
synced 2024-11-07 06:33:41 +01:00
Fix previous commit
This commit is contained in:
parent
2d33329c1c
commit
b0288d0208
@ -650,9 +650,9 @@ class gaussianFile(resultsFile.resultsFileX):
|
|||||||
bdict = {"S": 0, "P": 1, "D": 2, "F": 3, "G": 4, "H": 5}
|
bdict = {"S": 0, "P": 1, "D": 2, "F": 3, "G": 4, "H": 5}
|
||||||
while pos < end:
|
while pos < end:
|
||||||
ecp = {}
|
ecp = {}
|
||||||
center, _, valence = [int(x) for x in text[pos].split()]
|
center, number, valence = [int(x) for x in text[pos].split()]
|
||||||
ecp["atom"] = center
|
ecp["atom"] = center
|
||||||
ecp["zcore"] = valence
|
ecp["zcore"] = number - valence
|
||||||
ecp["lmax"] = 0
|
ecp["lmax"] = 0
|
||||||
pos += 1
|
pos += 1
|
||||||
l = 0
|
l = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user