From 347a554acb1e8436593939fc87cfa93645fe1489 Mon Sep 17 00:00:00 2001 From: guanjihuan <34735497+guanjihuan@users.noreply.github.com> Date: Mon, 9 Aug 2021 18:48:14 +0800 Subject: [PATCH] version 0.0.18 --- PyPI/README.md | 3 ++- PyPI/setup.cfg | 2 +- PyPI/src/guan/Fourier_transform.py | 2 +- PyPI/src/guan/Hamiltonian_of_finite_size.py | 2 +- .../src/guan/Hamiltonian_of_models_in_the_reciprocal_space.py | 2 +- PyPI/src/guan/__init__.py | 2 +- PyPI/src/guan/audio.py | 2 +- PyPI/src/guan/basic_functions.py | 2 +- PyPI/src/guan/calculate_Chern_number.py | 2 +- PyPI/src/guan/calculate_Green_functions.py | 2 +- PyPI/src/guan/calculate_Wilson_loop.py | 2 +- PyPI/src/guan/calculate_band_structures.py | 2 +- PyPI/src/guan/calculate_conductance.py | 2 +- PyPI/src/guan/calculate_density_of_states.py | 2 +- PyPI/src/guan/calculate_reciprocal_lattice_vectors.py | 2 +- PyPI/src/guan/calculate_scattering_matrix.py | 2 +- PyPI/src/guan/calculate_wave_functions.py | 2 +- PyPI/src/guan/download.py | 2 +- PyPI/src/guan/find_vector_with_the_same_gauge.py | 2 +- PyPI/src/guan/plot_figures.py | 2 +- PyPI/src/guan/read_and_write.py | 2 +- PyPI/src/guan/test.py | 4 ++-- README.md | 2 +- 23 files changed, 25 insertions(+), 24 deletions(-) diff --git a/PyPI/README.md b/PyPI/README.md index 9f1f029..bf04eba 100644 --- a/PyPI/README.md +++ b/PyPI/README.md @@ -1 +1,2 @@ -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. \ No newline at end of file +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. + diff --git a/PyPI/setup.cfg b/PyPI/setup.cfg index f0a64ec..509dccb 100644 --- a/PyPI/setup.cfg +++ b/PyPI/setup.cfg @@ -1,7 +1,7 @@ [metadata] # replace with your username: name = guan -version = 0.0.17 +version = 0.0.18 author = guanjihuan author_email = guanjihuan@163.com description = An open source python package diff --git a/PyPI/src/guan/Fourier_transform.py b/PyPI/src/guan/Fourier_transform.py index 532fe71..4b76fca 100644 --- a/PyPI/src/guan/Fourier_transform.py +++ b/PyPI/src/guan/Fourier_transform.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/Hamiltonian_of_finite_size.py b/PyPI/src/guan/Hamiltonian_of_finite_size.py index c2dfe45..afe7b30 100644 --- a/PyPI/src/guan/Hamiltonian_of_finite_size.py +++ b/PyPI/src/guan/Hamiltonian_of_finite_size.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/Hamiltonian_of_models_in_the_reciprocal_space.py b/PyPI/src/guan/Hamiltonian_of_models_in_the_reciprocal_space.py index da2375c..840eecc 100644 --- a/PyPI/src/guan/Hamiltonian_of_models_in_the_reciprocal_space.py +++ b/PyPI/src/guan/Hamiltonian_of_models_in_the_reciprocal_space.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/__init__.py b/PyPI/src/guan/__init__.py index b712326..e2d9fff 100644 --- a/PyPI/src/guan/__init__.py +++ b/PyPI/src/guan/__init__.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/audio.py b/PyPI/src/guan/audio.py index 138dfe2..81b4d99 100644 --- a/PyPI/src/guan/audio.py +++ b/PyPI/src/guan/audio.py @@ -1,4 +1,4 @@ -# 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. +# 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. # audio diff --git a/PyPI/src/guan/basic_functions.py b/PyPI/src/guan/basic_functions.py index f2ad301..f846cff 100644 --- a/PyPI/src/guan/basic_functions.py +++ b/PyPI/src/guan/basic_functions.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/calculate_Chern_number.py b/PyPI/src/guan/calculate_Chern_number.py index 0050c59..c72cd33 100644 --- a/PyPI/src/guan/calculate_Chern_number.py +++ b/PyPI/src/guan/calculate_Chern_number.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/calculate_Green_functions.py b/PyPI/src/guan/calculate_Green_functions.py index b233d1d..89d66bd 100644 --- a/PyPI/src/guan/calculate_Green_functions.py +++ b/PyPI/src/guan/calculate_Green_functions.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/calculate_Wilson_loop.py b/PyPI/src/guan/calculate_Wilson_loop.py index 73dad92..fb93d82 100644 --- a/PyPI/src/guan/calculate_Wilson_loop.py +++ b/PyPI/src/guan/calculate_Wilson_loop.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/calculate_band_structures.py b/PyPI/src/guan/calculate_band_structures.py index 6c56f52..8b67f26 100644 --- a/PyPI/src/guan/calculate_band_structures.py +++ b/PyPI/src/guan/calculate_band_structures.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/calculate_conductance.py b/PyPI/src/guan/calculate_conductance.py index c34a028..d82fe47 100644 --- a/PyPI/src/guan/calculate_conductance.py +++ b/PyPI/src/guan/calculate_conductance.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/calculate_density_of_states.py b/PyPI/src/guan/calculate_density_of_states.py index 56cb7e5..65ac7bb 100644 --- a/PyPI/src/guan/calculate_density_of_states.py +++ b/PyPI/src/guan/calculate_density_of_states.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/calculate_reciprocal_lattice_vectors.py b/PyPI/src/guan/calculate_reciprocal_lattice_vectors.py index 715795d..fb25225 100644 --- a/PyPI/src/guan/calculate_reciprocal_lattice_vectors.py +++ b/PyPI/src/guan/calculate_reciprocal_lattice_vectors.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/calculate_scattering_matrix.py b/PyPI/src/guan/calculate_scattering_matrix.py index 890e21e..e695a0c 100644 --- a/PyPI/src/guan/calculate_scattering_matrix.py +++ b/PyPI/src/guan/calculate_scattering_matrix.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/calculate_wave_functions.py b/PyPI/src/guan/calculate_wave_functions.py index e8a1398..c4a4a17 100644 --- a/PyPI/src/guan/calculate_wave_functions.py +++ b/PyPI/src/guan/calculate_wave_functions.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/download.py b/PyPI/src/guan/download.py index 63d634e..ad7db27 100644 --- a/PyPI/src/guan/download.py +++ b/PyPI/src/guan/download.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/find_vector_with_the_same_gauge.py b/PyPI/src/guan/find_vector_with_the_same_gauge.py index 7513211..5fe4ab5 100644 --- a/PyPI/src/guan/find_vector_with_the_same_gauge.py +++ b/PyPI/src/guan/find_vector_with_the_same_gauge.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/plot_figures.py b/PyPI/src/guan/plot_figures.py index f5c7042..10e9fee 100644 --- a/PyPI/src/guan/plot_figures.py +++ b/PyPI/src/guan/plot_figures.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/read_and_write.py b/PyPI/src/guan/read_and_write.py index 0deadac..fa42cd0 100644 --- a/PyPI/src/guan/read_and_write.py +++ b/PyPI/src/guan/read_and_write.py @@ -1,4 +1,4 @@ -# 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. +# 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 diff --git a/PyPI/src/guan/test.py b/PyPI/src/guan/test.py index 6bd9fa8..3d335a8 100644 --- a/PyPI/src/guan/test.py +++ b/PyPI/src/guan/test.py @@ -1,6 +1,6 @@ -# 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. +# 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(): - print('\nSuccess in the installation of GUAN package!\n') \ No newline at end of file + print('\nSuccess in the installation of Guan package!\n') \ No newline at end of file diff --git a/README.md b/README.md index 4d616c2..498609f 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### GUAN project: an open source python package. The official website is https://py.guanjihuan.com +### Guan: an open source python package. The official website is https://py.guanjihuan.com. ### Installation: pip install --upgrade guan