Skip to content

Commit

Permalink
correct calcspec.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Nov 17, 2023
1 parent 8274d49 commit 8f3ccaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/03_finite_temperature/calcspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ def spec(name):
f.write(f"{b} {C}\n")


for name in ("weak", "middle", "strong"):
for name in ("weak", "middle", "strong", "zero"):
spec(name)

0 comments on commit 8f3ccaa

Please sign in to comment.