Skip to content

Commit

Permalink
delete empty IRC_obj_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
sakim8048 committed Apr 15, 2024
1 parent f7abdc9 commit 5de1100
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pynta/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ def setup_transition_states(self,adsorbates_finished=False):
else:
print("==Skip IRC: IRC is not conducted==")
logger.info("==Skip IRC: IRC is not conducted==")
IRC_obj_dict = {}

ts_path = os.path.join(self.path,"TS"+str(i))
os.makedirs(ts_path)
Expand All @@ -502,7 +501,6 @@ def setup_transition_states(self,adsorbates_finished=False):
reactants = rxn["reactant_names"]
products = rxn["product_names"]
parents = []

if not adsorbates_finished:
for m in reactants+products:
parents.extend(self.adsorbate_fw_dict[m])
Expand Down

0 comments on commit 5de1100

Please sign in to comment.