Skip to content

Commit

Permalink
changed input name in aec.excecute
Browse files Browse the repository at this point in the history
The "output_file" key is no longer available
  • Loading branch information
kfir4444 committed Sep 8, 2024
1 parent bae334b commit ffc7e60
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 ffc7e60

Please sign in to comment.