Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgalcode committed Jul 17, 2023
1 parent e4570a9 commit 64dfa6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mpmorph/flows/amorphous_limit_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ def get_amorphous_limit_flow(comp, aimd_temp = 5000, aimd_steps_pv = 3000, aimd_
)


fast_quenches = make_quench_flow(md_flow.output)
fast_quenches = make_quench_flow(md_flow.output)

return Flow(
[get_md_flow_vasp, fast_quenches],
[md_flow, fast_quenches],
name=f'Amorphous Limit Flow: {comp}'
)

Expand Down

0 comments on commit 64dfa6b

Please sign in to comment.