version 0.0.9

This commit is contained in:
guanjihuan
2021-07-20 05:42:03 +08:00
parent dfaa80fbe0
commit 225d563790
21 changed files with 711 additions and 18 deletions

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# Fourier_transform
import numpy as np

View File

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

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# Hamiltonian of models in the reciprocal space
import numpy as np

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# import modules
from .test import *

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# basic functions
import numpy as np

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# calculate Chern number
import numpy as np

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# calculate Green functions
import numpy as np

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# calculate Wilson loop
import numpy as np

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# calculate band structures
import numpy as np

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# calculate conductance
import numpy as np

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# calculate density of states
import numpy as np

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# calculate reciprocal lattice vectors
import numpy as np

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# calculate scattering matrix
import numpy as np

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# calculate wave functions
import numpy as np

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# download
def download_with_scihub(address=None, num=1):

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# find vector with the same gauge
import numpy as np

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# plot figures
import numpy as np

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# read and write
import numpy as np

View File

@@ -1,3 +1,5 @@
# GUAN is an open-source python package developed and maintained by https://www.guanjihuan.com. The primary location of this package is on website https://py.guanjihuan.com.
# test
def test():