├── Close_Files.m ├── Esort.m ├── FERMIONIC CHAIN ├── .gitkeep ├── Close_Files.m ├── Esort.m ├── ITend.m ├── Impose.m ├── Input_Variables.m ├── Iteration.m ├── Iteration_0.m ├── NRG.m ├── Open_Files.m ├── Parms.m ├── Plot_Figures.m ├── Thermodynamics.m ├── dekode.m ├── delta_enkode.m └── enkode.m ├── ITend.m ├── Impose.m ├── Input_Variables.m ├── Iteration.m ├── Iteration_0_2IK.m ├── Iteration_0_Anderson.m ├── Iteration_0_Kondo.m ├── LICENSE ├── NRG.m ├── Open_Files.m ├── Opmat.m ├── Opmat0_2IK.m ├── Opmat0_Anderson.m ├── Opmat0_Kondo.m ├── Parms.m ├── Plot_Figures.m ├── Plots ├── .gitkeep ├── Cv.png ├── Energy_Flows.png ├── S.png ├── S12.png └── Tchi.png ├── README.md ├── Readme.txt ├── Sample_Outputs ├── .gitkeep ├── ANDERSON │ ├── .gitkeep │ ├── Cv.pdf │ ├── Energy_Even.pdf │ ├── Energy_Odd.pdf │ ├── Entropy.pdf │ ├── OpTherm.dat │ ├── TChi.pdf │ ├── Therm.dat │ ├── Thermavg.dat │ └── out.dat ├── FERMIONIC CHAIN │ ├── .gitkeep │ ├── Therm.dat │ ├── Thermavg.dat │ └── out.dat └── KONDO │ ├── .gitkeep │ ├── Cv.pdf │ ├── Energy_Even.pdf │ ├── Energy_Odd.pdf │ ├── Entropy.pdf │ ├── OpTherm.dat │ ├── TChi.pdf │ ├── Therm.dat │ ├── Thermavg.dat │ └── out.dat ├── Thermodynamics.m ├── dec2dual.m ├── dekode.m ├── delta_enkode.m ├── enkode.m └── therm.data /Close_Files.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Close_Files.m -------------------------------------------------------------------------------- /Esort.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Esort.m -------------------------------------------------------------------------------- /FERMIONIC CHAIN/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /FERMIONIC CHAIN/Close_Files.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/FERMIONIC CHAIN/Close_Files.m -------------------------------------------------------------------------------- /FERMIONIC CHAIN/Esort.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/FERMIONIC CHAIN/Esort.m -------------------------------------------------------------------------------- /FERMIONIC CHAIN/ITend.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/FERMIONIC CHAIN/ITend.m -------------------------------------------------------------------------------- /FERMIONIC CHAIN/Impose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/FERMIONIC CHAIN/Impose.m -------------------------------------------------------------------------------- /FERMIONIC CHAIN/Input_Variables.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/FERMIONIC CHAIN/Input_Variables.m -------------------------------------------------------------------------------- /FERMIONIC CHAIN/Iteration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/FERMIONIC CHAIN/Iteration.m -------------------------------------------------------------------------------- /FERMIONIC CHAIN/Iteration_0.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/FERMIONIC CHAIN/Iteration_0.m -------------------------------------------------------------------------------- /FERMIONIC CHAIN/NRG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/FERMIONIC CHAIN/NRG.m -------------------------------------------------------------------------------- /FERMIONIC CHAIN/Open_Files.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/FERMIONIC CHAIN/Open_Files.m -------------------------------------------------------------------------------- /FERMIONIC CHAIN/Parms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/FERMIONIC CHAIN/Parms.m -------------------------------------------------------------------------------- /FERMIONIC CHAIN/Plot_Figures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/FERMIONIC CHAIN/Plot_Figures.m -------------------------------------------------------------------------------- /FERMIONIC CHAIN/Thermodynamics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/FERMIONIC CHAIN/Thermodynamics.m -------------------------------------------------------------------------------- /FERMIONIC CHAIN/dekode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/FERMIONIC CHAIN/dekode.m -------------------------------------------------------------------------------- /FERMIONIC CHAIN/delta_enkode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/FERMIONIC CHAIN/delta_enkode.m -------------------------------------------------------------------------------- /FERMIONIC CHAIN/enkode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/FERMIONIC CHAIN/enkode.m -------------------------------------------------------------------------------- /ITend.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/ITend.m -------------------------------------------------------------------------------- /Impose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Impose.m -------------------------------------------------------------------------------- /Input_Variables.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Input_Variables.m -------------------------------------------------------------------------------- /Iteration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Iteration.m -------------------------------------------------------------------------------- /Iteration_0_2IK.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Iteration_0_2IK.m -------------------------------------------------------------------------------- /Iteration_0_Anderson.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Iteration_0_Anderson.m -------------------------------------------------------------------------------- /Iteration_0_Kondo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Iteration_0_Kondo.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/LICENSE -------------------------------------------------------------------------------- /NRG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/NRG.m -------------------------------------------------------------------------------- /Open_Files.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Open_Files.m -------------------------------------------------------------------------------- /Opmat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Opmat.m -------------------------------------------------------------------------------- /Opmat0_2IK.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Opmat0_2IK.m -------------------------------------------------------------------------------- /Opmat0_Anderson.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Opmat0_Anderson.m -------------------------------------------------------------------------------- /Opmat0_Kondo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Opmat0_Kondo.m -------------------------------------------------------------------------------- /Parms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Parms.m -------------------------------------------------------------------------------- /Plot_Figures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Plot_Figures.m -------------------------------------------------------------------------------- /Plots/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Plots/Cv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Plots/Cv.png -------------------------------------------------------------------------------- /Plots/Energy_Flows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Plots/Energy_Flows.png -------------------------------------------------------------------------------- /Plots/S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Plots/S.png -------------------------------------------------------------------------------- /Plots/S12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Plots/S12.png -------------------------------------------------------------------------------- /Plots/Tchi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Plots/Tchi.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/README.md -------------------------------------------------------------------------------- /Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Readme.txt -------------------------------------------------------------------------------- /Sample_Outputs/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Sample_Outputs/ANDERSON/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Sample_Outputs/ANDERSON/Cv.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/ANDERSON/Cv.pdf -------------------------------------------------------------------------------- /Sample_Outputs/ANDERSON/Energy_Even.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/ANDERSON/Energy_Even.pdf -------------------------------------------------------------------------------- /Sample_Outputs/ANDERSON/Energy_Odd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/ANDERSON/Energy_Odd.pdf -------------------------------------------------------------------------------- /Sample_Outputs/ANDERSON/Entropy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/ANDERSON/Entropy.pdf -------------------------------------------------------------------------------- /Sample_Outputs/ANDERSON/OpTherm.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/ANDERSON/OpTherm.dat -------------------------------------------------------------------------------- /Sample_Outputs/ANDERSON/TChi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/ANDERSON/TChi.pdf -------------------------------------------------------------------------------- /Sample_Outputs/ANDERSON/Therm.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/ANDERSON/Therm.dat -------------------------------------------------------------------------------- /Sample_Outputs/ANDERSON/Thermavg.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/ANDERSON/Thermavg.dat -------------------------------------------------------------------------------- /Sample_Outputs/ANDERSON/out.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/ANDERSON/out.dat -------------------------------------------------------------------------------- /Sample_Outputs/FERMIONIC CHAIN/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Sample_Outputs/FERMIONIC CHAIN/Therm.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/FERMIONIC CHAIN/Therm.dat -------------------------------------------------------------------------------- /Sample_Outputs/FERMIONIC CHAIN/Thermavg.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/FERMIONIC CHAIN/Thermavg.dat -------------------------------------------------------------------------------- /Sample_Outputs/FERMIONIC CHAIN/out.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/FERMIONIC CHAIN/out.dat -------------------------------------------------------------------------------- /Sample_Outputs/KONDO/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Sample_Outputs/KONDO/Cv.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/KONDO/Cv.pdf -------------------------------------------------------------------------------- /Sample_Outputs/KONDO/Energy_Even.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/KONDO/Energy_Even.pdf -------------------------------------------------------------------------------- /Sample_Outputs/KONDO/Energy_Odd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/KONDO/Energy_Odd.pdf -------------------------------------------------------------------------------- /Sample_Outputs/KONDO/Entropy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/KONDO/Entropy.pdf -------------------------------------------------------------------------------- /Sample_Outputs/KONDO/OpTherm.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/KONDO/OpTherm.dat -------------------------------------------------------------------------------- /Sample_Outputs/KONDO/TChi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/KONDO/TChi.pdf -------------------------------------------------------------------------------- /Sample_Outputs/KONDO/Therm.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/KONDO/Therm.dat -------------------------------------------------------------------------------- /Sample_Outputs/KONDO/Thermavg.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/KONDO/Thermavg.dat -------------------------------------------------------------------------------- /Sample_Outputs/KONDO/out.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Sample_Outputs/KONDO/out.dat -------------------------------------------------------------------------------- /Thermodynamics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/Thermodynamics.m -------------------------------------------------------------------------------- /dec2dual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/dec2dual.m -------------------------------------------------------------------------------- /dekode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/dekode.m -------------------------------------------------------------------------------- /delta_enkode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/delta_enkode.m -------------------------------------------------------------------------------- /enkode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/enkode.m -------------------------------------------------------------------------------- /therm.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tatha04/Numerical-Renormalization-Group/HEAD/therm.data --------------------------------------------------------------------------------