finite size systems

This commit is contained in:
2022-01-10 16:10:49 +08:00
parent b9a4a4837d
commit c2409871c9
5 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
[metadata]
# replace with your username:
name = guan
version = 0.0.41
version = 0.0.42
author = guanjihuan
author_email = guanjihuan@163.com
description = An open source python package

View File

@@ -1,6 +1,6 @@
# Guan is an open-source python package developed and maintained by https://www.guanjihuan.com/about. The primary location of this package is on website https://py.guanjihuan.com.
# Hamiltonian of finite size
# Hamiltonian of finite size systems
import numpy as np

View File

@@ -4,7 +4,7 @@
from .basic_functions import *
from .Fourier_transform import *
from .Hamiltonian_of_finite_size import *
from .Hamiltonian_of_finite_size_systems import *
from .Hamiltonian_of_models_in_the_reciprocal_space import *
from .calculate_band_structures_and_wave_functions import *
from .calculate_Green_functions import *