-
- Downloads
Fixed a bug in constraint bfield calculation related to muffin tins.
The muffin tin index was taken from the old mesh, which is not correct and can even give errors if it is larger than the total size in the new mesh. Introduced a function in the Chebyshev mesh module that calculates the index of the muffin tin radius. Formula for this is taken from KKRhost. Used this function where before the muffin tin index of the old mesh was used. Added the dependency on this function to the Makefile.
Showing
- source/KKRnano/source/Makefile 1 addition, 1 deletionsource/KKRnano/source/Makefile
- source/KKRnano/source/ProcessKKRresults_mod.F90 5 additions, 3 deletionssource/KKRnano/source/ProcessKKRresults_mod.F90
- source/KKRnano/source/ScatteringCalculation_mod.F90 3 additions, 2 deletionssource/KKRnano/source/ScatteringCalculation_mod.F90
- source/KKRnano/source/datastructures/ChebMeshData_mod.F90 8 additions, 1 deletionsource/KKRnano/source/datastructures/ChebMeshData_mod.F90