Skip to content

Commit

Permalink
Merge pull request #663 from ReactionMechanismGenerator/script_err
Browse files Browse the repository at this point in the history
changed input name in aec.excecute
  • Loading branch information
mjohnson541 committed Sep 9, 2024
2 parents bae334b + ffc7e60 commit c609c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/AEC_procedure.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
" 'software':'molpro',\n",
" }\n",
"arc_project_name = 'aec_bac'\n",
"directory = \".\"\n",
"#######################################\n",
"model_chemistry = '/'.join([LOT.get(key, '') for key in ['method', 'basis']])"
]
Expand Down Expand Up @@ -306,8 +307,7 @@
"metadata": {},
"outputs": [],
"source": [
"output_file = 'AEC_' + '_'.join([LOT.get(key, '') for key in ['method', 'basis']])\n",
"ae.execute(output_file=f'{output_file}.out')"
"ae.execute(output_directory=f'{directory}')"
]
},
{
Expand Down

0 comments on commit c609c33

Please sign in to comment.