Skip to content

Commit

Permalink
Docstring fix in optplot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase authored Aug 27, 2024
1 parent 7478a2b commit 29d9e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sumo/cli/optplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def optplot(
Args:
modes (:obj:`list` or :obj:`tuple`):
Ordered list of :obj:`str` determining properties to plot.
Accepted options are 'absorption' (default), 'eps', 'eps-real',
'eps-im', 'n', 'n-real', 'n-im', 'loss' (equivalent to n-im).
Accepted options are 'absorption' (default), 'eps_real',
'eps_imag', 'n_real', 'n_imag', 'loss' (equivalent to n_imag).
filenames (:obj:`str` or :obj:`list`, optional): Path to data file.
For VASP this is a *vasprun.xml* file (can be gzipped); for
Questaal the *opt.ext* file from *lmf* or *eps_BSE.out* from
Expand Down

0 comments on commit 29d9e79

Please sign in to comment.