version 0.0.9
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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 *
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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):
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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():
|
||||
|
Reference in New Issue
Block a user