update_again
This commit is contained in:
6
Tutorial/Hamiltonian_of_finite_size_systems.py
Normal file
6
Tutorial/Hamiltonian_of_finite_size_systems.py
Normal 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')
|
||||
Reference in New Issue
Block a user