update_again

This commit is contained in:
2022-01-19 18:45:46 +08:00
parent 805d8ef7d0
commit 2985062c39
8 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import guan
# Hamiltonian of finite size
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')