Skip to content

Commit 8759bde

Browse files
committed
minor bug
1 parent 95c228c commit 8759bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cntt/main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def main():
6363
cnt = Swcnt(n, m)
6464
cnt.calculateCuttingLines()
6565

66-
cnt.calculateElectronBands('TB', 'TB', 'lin')
67-
cnt.calculateElectronBands('TB', 'TB', 'hel')
66+
cnt.calculateElectronBands('TB', 'TB', sym = 'lin')
67+
cnt.calculateElectronBands('TB', 'TB', sym = 'hel')
6868

6969
cnt.calculateKpointValleys()
7070

0 commit comments

Comments
 (0)