Skip to content

Commit

Permalink
New feature by Davide Romanin: read BSE kernel in transition space (r…
Browse files Browse the repository at this point in the history
…equires yambo with parallel IO)
  • Loading branch information
Fulvio Paleari committed Jan 31, 2022
1 parent 2a96912 commit 8f99d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yambopy/dbs/bsekerneldb.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Author: Davide Romanin, FP
# Author: Davide Romanin
#
# This file is part of the yambopy project
#
Expand Down
2 changes: 1 addition & 1 deletion yambopy/plot/bandstructure.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def plot_ax(self,ax,xlim=None,ylim=None,ylabel='$\epsilon_{n\mathbf{k}}$ [eV]',

kwargs.pop('label',None)

self.set_ax_lim(ax,fermie=fermie,xlim=xlim,ylim=xlim)
self.set_ax_lim(ax,fermie=fermie,xlim=xlim,ylim=ylim)
ax.set_ylabel(ylabel)
self.add_kpath_labels(ax)
if legend: ax.legend()
Expand Down

0 comments on commit 8f99d31

Please sign in to comment.