Skip to content

Commit

Permalink
TeNeS 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Nov 17, 2023
1 parent 3ca086c commit 9f4589e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions apps/tenes/patch/tenes-2.0.0.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff -uprN tenes-2.0.0.orig/sample/03_finite_temperature/calcspec.py tenes-2.0.0/sample/03_finite_temperature/calcspec.py
--- tenes-2.0.0.orig/sample/03_finite_temperature/calcspec.py 2023-11-17 15:22:43.000000000 +0900
+++ tenes-2.0.0/sample/03_finite_temperature/calcspec.py 2023-11-17 15:37:17.000000000 +0900
@@ -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)
2 changes: 1 addition & 1 deletion apps/tenes/version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TENES_VERSION="1.3.4"
TENES_VERSION="2.0.0"
TENES_MA_REVISION="0"

__NAME__=tenes
Expand Down

0 comments on commit 9f4589e

Please sign in to comment.