update to guan project

This commit is contained in:
guanjihuan
2021-06-24 09:20:23 +08:00
parent 4ff75b6c67
commit 7bfa69a61f
26 changed files with 1150 additions and 134 deletions

View File

@@ -1,5 +1,5 @@
import gjh
import guan
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')
print(guan.finite_size_along_one_direction(3), '\n')
print(guan.finite_size_along_two_directions_for_square_lattice(2, 2), '\n')
print(guan.finite_size_along_three_directions_for_cubic_lattice(2, 2, 2), '\n')