We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0148816 commit bba46c8Copy full SHA for bba46c8
sisl/physics/brillouinzone.py
@@ -1576,13 +1576,11 @@ def lineark(self, ticks=False):
1576
ticks : bool, optional
1577
if `True` the ticks for the points are also returned
1578
1579
- lk, ticks, ticklabels = BandStructure.lineark(True)
1580
-
1581
Returns
1582
-------
1583
linear_k : The positions in reciprocal space determined by the distance between points
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``
+ ticklabels : Labels at `ticks`, only returned if `ticks` is ``True``
1586
"""
1587
# Calculate points
1588
k = [self.tocartesian(pnt) for pnt in self.point]
0 commit comments