Skip to content

Commit

Permalink
adapting workchain to names from model
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresOrtegaGuerrero committed Nov 29, 2024
1 parent 54035b7 commit 5917326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aiidalab_qe_vibroscopy/app/workchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ def get_builder(codes, structure, parameters):
pw_dielectric_code = codes.get("dielectric")["code"]
phonopy_code = codes.get("phonopy")["code"]

simulation_mode = parameters["vibronic"].pop("simulation_mode", 1)
simulation_mode = parameters["vibronic"].pop("simulation_type", 1)

# Define the supercell matrix
supercell_matrix = parameters["vibronic"].pop("supercell_selector", None)
supercell_matrix = parameters["vibronic"].pop("supercell", None)

# The following include_all is needed to have forces written
overrides = {
Expand Down

0 comments on commit 5917326

Please sign in to comment.