Skip to content

Commit

Permalink
Merge branch 'vaspsets' of github.com:Quantum-Accelerators/quacc into…
Browse files Browse the repository at this point in the history
… vaspsets
  • Loading branch information
Andrew-S-Rosen committed Feb 17, 2024
2 parents 323805b + 0fe9416 commit ce913a1
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions src/quacc/recipes/vasp/mp.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,17 +219,15 @@ def mp_metagga_relax_flow(
MPMetaGGARelaxFlowSchema
Dictionary of results. See the type-hint for the data structure.
"""
(mp_metagga_prerelax_job_, mp_metagga_relax_job_, mp_metagga_static_job_) = (
customize_funcs(
[
"mp_metagga_prerelax_job",
"mp_metagga_relax_job",
"mp_metagga_static_job",
],
[mp_metagga_prerelax_job, mp_metagga_relax_job, mp_metagga_static_job],
parameters=job_params,
decorators=job_decorators,
)
(
mp_metagga_prerelax_job_,
mp_metagga_relax_job_,
mp_metagga_static_job_,
) = customize_funcs(
["mp_metagga_prerelax_job", "mp_metagga_relax_job", "mp_metagga_static_job"],
[mp_metagga_prerelax_job, mp_metagga_relax_job, mp_metagga_static_job],
parameters=job_params,
decorators=job_decorators,
)

# Run the prerelax
Expand Down

0 comments on commit ce913a1

Please sign in to comment.