File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1576,13 +1576,13 @@ def lineark(self, ticks=False):
15761576 ticks : bool, optional
15771577 if `True` the ticks for the points are also returned
15781578
1579- lk, xticks, label_ticks, lk = BandStructure.lineark(True)
1579+ lk, ticks, ticklabels = BandStructure.lineark(True)
15801580
15811581 Returns
15821582 -------
15831583 linear_k : The positions in reciprocal space determined by the distance between points
1584- k_tick : Linear k-positions of the points, only returned if `ticks` is ``True``
1585- k_label : Labels at `k_tick`, only returned if `ticks` is ``True``
1584+ ticks : Linear k-positions of the points, only returned if `ticks` is ``True``
1585+ ticklabels : Labels at `k_tick`, only returned if `ticks` is ``True``
15861586 """
15871587 # Calculate points
15881588 k = [self .tocartesian (pnt ) for pnt in self .point ]
You can’t perform that action at this time.
0 commit comments