Skip to content

Commit

Permalink
stable on AiiDA 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Miki Bonacci committed Sep 18, 2020
1 parent 1a3c76d commit 988b328
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aiida_yambo.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: aiida-yambo
Version: 1.1.1
Version: 1.1.2
Summary: YAMBO plugin and workflows for AiiDA
Home-page: https://github.com/yambo-code/yambo-aiida
Author: Miki Bonacci, Michael Atambo, Antimo Marrazzo, Prandini Gianluca
Expand Down
2 changes: 1 addition & 1 deletion aiida_yambo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.1.2"
2 changes: 1 addition & 1 deletion aiida_yambo/aiida_yambo.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Name: aiida-yambo
Version: 1.0.0
Version: 1.1.2
2 changes: 1 addition & 1 deletion aiida_yambo/workflows/utils/helpers_aiida_yambo.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ def take_quantities(self, steps = 1, where = [], what = 'gap',backtrace=1):
return quantities

def start_from_converged(self, inputs, node):
inputs.yres.yambo.parameters = node.called[0].get_builder_restart().yres.yambo['parameters']
inputs.yres.yambo.parameters = node.called[0].get_builder_restart().yambo['parameters']
4 changes: 2 additions & 2 deletions build/lib/aiida_yambo/workflows/utils/helpers_aiida_yambo.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def take_quantities(self, steps = 1, where = [], what = 'gap',backtrace=1):
yambo_calc = load_node(self.wfl_pk).caller.called[backtrace-i].called[0].called[0]
except: #YamboWorkflow,YamboRestart of YamboCalculation
yambo_calc = load_node(self.wfl_pk)
print('values provided are: [iteration,value in eV,workflow pk]')
print('values provided are: [iteration, value in eV, workflow pk]')
if yambo_calc.is_finished_ok:
if what == 'gap':
_vb=find_table_ind(where[j][1], where[j][0],yambo_calc.outputs.array_ndb)
Expand All @@ -171,4 +171,4 @@ def take_quantities(self, steps = 1, where = [], what = 'gap',backtrace=1):
return quantities

def start_from_converged(self, inputs, node):
inputs.yres.yambo.parameters = node.get_builder_restart().yres.yambo['parameters']
inputs.yres.yambo.parameters = node.called[0].get_builder_restart().yambo['parameters']
Binary file modified dist/aiida_yambo-1.1.1-py3.7.egg
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Environment :: Plugins",
"Topic :: Scientific/Engineering :: Physics"
],
"version": "1.1.1",
"version": "1.1.2",
"extras_require": {
"docs": [
"Sphinx",
Expand Down

0 comments on commit 988b328

Please sign in to comment.