File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/aiidalab_qe_vibroscopy/workflows Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
5
[project ]
6
6
name = " aiidalab-qe-vibroscopy"
7
7
description =" AiiDAlab QE plugin for vibrational spectoscopies."
8
- version = " 1.1.2 "
8
+ version = " 1.1.3 "
9
9
authors = [
10
10
{name = " Miki Bonacci" , email = " miki.bonacci@psi.ch" },
11
11
{name = " Andres Ortega Guerrero" , email = " andres.ortega-guerrero@empa.ch" }
Original file line number Diff line number Diff line change @@ -558,7 +558,6 @@ def get_builder_from_protocol(
558
558
559
559
# MBO: I do not understand why I have to do this, but it works
560
560
builder .phonon = builder_phonon
561
- builder .phonon .symmetry = orm .Float (overrides ["symmetry" ])
562
561
563
562
# Adding the bands and pdos inputs.
564
563
if structure .pbc != (True , True , True ):
You can’t perform that action at this time.
0 commit comments