Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Apr 13, 2022
1 parent 663edab commit c4a35ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpgen/generator/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ def run_model_devi (iter_index,
"TASK=$(basename $(pwd)) && "
"SYS1=${TASK:5:3} && "
"SYS=$((10#$SYS1)) && "
)+ lmp_exec + (
)+ model_devi_exec + (
" -O -p ../qmmm$SYS.parm7 -c init.rst7 -i ../init$SYS.mdin -o rc.mdout -r rc.rst7 -x rc.nc -inf rc.mdinfo -ref init.rst7"
)]
forward_files = ['init.rst7', 'TEMPLATE.disang']
Expand Down

0 comments on commit c4a35ff

Please sign in to comment.