Skip to content

Commit

Permalink
minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
t3n0 committed Mar 29, 2023
1 parent 95c228c commit 8759bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cntt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def main():
cnt = Swcnt(n, m)
cnt.calculateCuttingLines()

cnt.calculateElectronBands('TB', 'TB', 'lin')
cnt.calculateElectronBands('TB', 'TB', 'hel')
cnt.calculateElectronBands('TB', 'TB', sym = 'lin')
cnt.calculateElectronBands('TB', 'TB', sym = 'hel')

cnt.calculateKpointValleys()

Expand Down

0 comments on commit 8759bde

Please sign in to comment.