This commit is contained in:
guanjihuan
2021-09-24 04:21:43 +08:00
parent b431be768f
commit cc1f75895c
9 changed files with 123 additions and 129 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')