Skip to content

Commit bb7f443

Browse files
committed
Version 1.1.3
Bugfix in vibroworkchain
1 parent 8fdcd4f commit bb7f443

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
name = "aiidalab-qe-vibroscopy"
77
description="AiiDAlab QE plugin for vibrational spectoscopies."
8-
version = "1.1.2"
8+
version = "1.1.3"
99
authors = [
1010
{name = "Miki Bonacci", email = "miki.bonacci@psi.ch"},
1111
{name = "Andres Ortega Guerrero", email = "andres.ortega-guerrero@empa.ch"}

src/aiidalab_qe_vibroscopy/workflows/vibroworkchain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,6 @@ def get_builder_from_protocol(
558558

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

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

0 commit comments

Comments
 (0)