This commit is contained in:
2022-07-01 03:17:29 +08:00
parent 70af7fdeeb
commit 15903de04c
10 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import guan
print('\n', guan.hamiltonian_of_finite_size_system_along_one_direction(3), '\n')
print(guan.hamiltonian_of_finite_size_system_along_two_directions_for_square_lattice(2, 2), '\n')
print(guan.hamiltonian_of_finite_size_system_along_three_directions_for_cubic_lattice(2, 2, 2), '\n')