Skip to content

Commit

Permalink
Version 1.1.3
Browse files Browse the repository at this point in the history
Bugfix in vibroworkchain
  • Loading branch information
mikibonacci committed Oct 22, 2024
1 parent 8fdcd4f commit bb7f443
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "aiidalab-qe-vibroscopy"
description="AiiDAlab QE plugin for vibrational spectoscopies."
version = "1.1.2"
version = "1.1.3"
authors = [
{name = "Miki Bonacci", email = "[email protected]"},
{name = "Andres Ortega Guerrero", email = "[email protected]"}
Expand Down
1 change: 0 additions & 1 deletion src/aiidalab_qe_vibroscopy/workflows/vibroworkchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ def get_builder_from_protocol(

# MBO: I do not understand why I have to do this, but it works
builder.phonon = builder_phonon
builder.phonon.symmetry = orm.Float(overrides["symmetry"])

# Adding the bands and pdos inputs.
if structure.pbc != (True, True, True):
Expand Down

0 comments on commit bb7f443

Please sign in to comment.