Skip to content

Commit

Permalink
f! conf.py yaml path
Browse files Browse the repository at this point in the history
  • Loading branch information
JintaoWu98 committed Jan 27, 2024
1 parent 92a531b commit cccdf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/species/conformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ def get_force_field_energies_solvation(label: str,
spc_dict['xyz'] = xyz
spc_dict['multi_species'] = f'{label}_multi'
content['species'].append(spc_dict)
save_yaml_file(path=ARC_child_path, content=content)
save_yaml_file(path=os.path.join(ARC_child_path, 'input.yml'), content=content)
cmd = ['conda activate arc_env', f'python {ARC_PATH}/ARC.py {ARC_child_path}/input.yml']
stdout, stderr = execute_command(command=cmd, shell=True)
if len(stderr) > 0 or len(stdout) == 0:
Expand Down

0 comments on commit cccdf66

Please sign in to comment.