We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14291e1 commit aefabb8Copy full SHA for aefabb8
eon/explorer.py
@@ -195,7 +195,7 @@ def make_jobs(self):
195
196
# Merge potential files into invariants
197
invariants = dict(invariants, **io.load_potfiles(self.config.path_pot))
198
- atom_list_str = str(self.state.info.get("Saddle Search", "displace_atom_list"))
+ atom_list_str = str(self.state.info.get("Saddle Search", "displace_atom_list", ""))
199
for i in range(num_to_make):
200
search = {}
201
# The search dictionary contains the following key-value pairs:
0 commit comments