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