This commit is contained in:
guanjihuan
2021-06-05 15:12:12 +08:00
parent 09ca7997f5
commit 3457034248
13 changed files with 146 additions and 141 deletions

View File

@@ -0,0 +1,5 @@
import gjh
print(gjh.finite_size_along_one_direction(3), '\n')
print(gjh.finite_size_along_two_directions_for_square_lattice(2, 2), '\n')
print(gjh.finite_size_along_three_directions_for_cubic_lattice(2, 2, 2), '\n')