Skip to content

Commit

Permalink
Add machine keyword to pynta object
Browse files Browse the repository at this point in the history
  • Loading branch information
sakim8048 authored and sakim8048 committed Dec 13, 2024
1 parent 6744ee2 commit 568941b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynta/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def setup_transition_states(self,adsorbates_finished=False):
"gratom_to_molecule_atom_maps":{sm: {str(k):v for k,v in d.items()} for sm,d in self.gratom_to_molecule_atom_maps.items()},
"gratom_to_molecule_surface_atom_maps":{sm: {str(k):v for k,v in d.items()} for sm,d in self.gratom_to_molecule_surface_atom_maps.items()},
"nslab":self.nslab,"Eharmtol":self.Eharmtol,"Eharmfiltertol":self.Eharmfiltertol,"Ntsmin":self.Ntsmin,
"max_num_hfsp_opts":self.max_num_hfsp_opts})
"max_num_hfsp_opts":self.max_num_hfsp_opts, "acat_tol": self.acat_tol, "emt_metal": self.emt_metal})
reactants = rxn["reactant_names"]
products = rxn["product_names"]
parents = []
Expand Down

0 comments on commit 568941b

Please sign in to comment.