From 15903de04cd33dd4f05f8d8b850f9c5c289d0c3f Mon Sep 17 00:00:00 2001 From: guanjihuan Date: Fri, 1 Jul 2022 03:17:29 +0800 Subject: [PATCH] update --- ...ures.py => Fourier_transform_and_calculate_band_structures.py} | 0 ...nite_size_systems.py => Hamiltonian_of_finite_size_systems.py} | 0 ...d_Wilson_loop.py => calculate_Chern_number_and_Wilson_loop.py} | 0 ...g_matrix.py => calculate_conductance_and_scattering_matrix.py} | 0 ...culate_density_of_states.py => calculate_density_of_states.py} | 0 ...ision_of_parameter_array.py => division_of_parameter_array.py} | 0 ...auge_of_wave_functions.py => fixed_gauge_of_wave_functions.py} | 0 Tutorial/{08_read_and_write.py => read_and_write.py} | 0 ...reciprocal_space.py => some_models_in_the_reciprocal_space.py} | 0 .../{01_test_and_Pauli_matrix.py => test_and_Pauli_matrix.py} | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename Tutorial/{02_Fourier_transform_and_calculate_band_structures.py => Fourier_transform_and_calculate_band_structures.py} (100%) rename Tutorial/{03_Hamiltonian_of_finite_size_systems.py => Hamiltonian_of_finite_size_systems.py} (100%) rename Tutorial/{07_calculate_Chern_number_and_Wilson_loop.py => calculate_Chern_number_and_Wilson_loop.py} (100%) rename Tutorial/{06_calculate_conductance_and_scattering_matrix.py => calculate_conductance_and_scattering_matrix.py} (100%) rename Tutorial/{05_calculate_density_of_states.py => calculate_density_of_states.py} (100%) rename Tutorial/{10_division_of_parameter_array.py => division_of_parameter_array.py} (100%) rename Tutorial/{09_fixed_gauge_of_wave_functions.py => fixed_gauge_of_wave_functions.py} (100%) rename Tutorial/{08_read_and_write.py => read_and_write.py} (100%) rename Tutorial/{04_some_models_in_the_reciprocal_space.py => some_models_in_the_reciprocal_space.py} (100%) rename Tutorial/{01_test_and_Pauli_matrix.py => test_and_Pauli_matrix.py} (100%) diff --git a/Tutorial/02_Fourier_transform_and_calculate_band_structures.py b/Tutorial/Fourier_transform_and_calculate_band_structures.py similarity index 100% rename from Tutorial/02_Fourier_transform_and_calculate_band_structures.py rename to Tutorial/Fourier_transform_and_calculate_band_structures.py diff --git a/Tutorial/03_Hamiltonian_of_finite_size_systems.py b/Tutorial/Hamiltonian_of_finite_size_systems.py similarity index 100% rename from Tutorial/03_Hamiltonian_of_finite_size_systems.py rename to Tutorial/Hamiltonian_of_finite_size_systems.py diff --git a/Tutorial/07_calculate_Chern_number_and_Wilson_loop.py b/Tutorial/calculate_Chern_number_and_Wilson_loop.py similarity index 100% rename from Tutorial/07_calculate_Chern_number_and_Wilson_loop.py rename to Tutorial/calculate_Chern_number_and_Wilson_loop.py diff --git a/Tutorial/06_calculate_conductance_and_scattering_matrix.py b/Tutorial/calculate_conductance_and_scattering_matrix.py similarity index 100% rename from Tutorial/06_calculate_conductance_and_scattering_matrix.py rename to Tutorial/calculate_conductance_and_scattering_matrix.py diff --git a/Tutorial/05_calculate_density_of_states.py b/Tutorial/calculate_density_of_states.py similarity index 100% rename from Tutorial/05_calculate_density_of_states.py rename to Tutorial/calculate_density_of_states.py diff --git a/Tutorial/10_division_of_parameter_array.py b/Tutorial/division_of_parameter_array.py similarity index 100% rename from Tutorial/10_division_of_parameter_array.py rename to Tutorial/division_of_parameter_array.py diff --git a/Tutorial/09_fixed_gauge_of_wave_functions.py b/Tutorial/fixed_gauge_of_wave_functions.py similarity index 100% rename from Tutorial/09_fixed_gauge_of_wave_functions.py rename to Tutorial/fixed_gauge_of_wave_functions.py diff --git a/Tutorial/08_read_and_write.py b/Tutorial/read_and_write.py similarity index 100% rename from Tutorial/08_read_and_write.py rename to Tutorial/read_and_write.py diff --git a/Tutorial/04_some_models_in_the_reciprocal_space.py b/Tutorial/some_models_in_the_reciprocal_space.py similarity index 100% rename from Tutorial/04_some_models_in_the_reciprocal_space.py rename to Tutorial/some_models_in_the_reciprocal_space.py diff --git a/Tutorial/01_test_and_Pauli_matrix.py b/Tutorial/test_and_Pauli_matrix.py similarity index 100% rename from Tutorial/01_test_and_Pauli_matrix.py rename to Tutorial/test_and_Pauli_matrix.py