Skip to content

Commit aa7b08a

Browse files
authored
Update molecular_data.py
1 parent 57c5f88 commit aa7b08a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/openfermion/chem/molecular_data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,8 @@ def load(self):
909909
key.tobytes().decode('utf-8'): value
910910
for key, value in zip(keys[...], values[...])
911911
}
912+
else:
913+
self.general_calculations = {}
912914
else:
913915
self.general_calculations = {}
914916

0 commit comments

Comments
 (0)