Skip to content
Snippets Groups Projects
  1. Oct 08, 2021
    • Nicolas Essing's avatar
      Fixed a bug concerning the initialization of the magnetic fields. · 86978a32
      Nicolas Essing authored
      In CalculationData, the bfield is read for every atom and then initialized
      only for the locally treated atoms. Thus, the bfield has to be accessed
      differently from the other quantities that are only allocated for the
      local atoms.
      
      Also, I restructured and commented lots of code while looking for the bug.
      86978a32
  2. Oct 05, 2021
    • Nicolas Essing's avatar
      Continued working on the constraint fields inputs for KKRnano. · 08e62957
      Nicolas Essing authored
      The data is now stored at appropriate places and loaded in the
      corresponding part of the code.
      It is not used for any calculation yet.
      
      Code compiles, but is not tested in any other way.
      08e62957
    • Nicolas Essing's avatar
      Introduced the input parameters to control the constraint bfields. · ae4a07aa
      Nicolas Essing authored
      The parameters are taken from Sascha Brinkers presentation and should
      match what is implemented in KKRhost.
      The names are kept as close as possible to the inputcard keywords in
      KKRhost, thus they might differ from what they are called in the
      KKRhost code.
      
      Added the parameters to datastructures/InputParamsNew.txt and
      generated a new datastructures/InputParams_mod.F90 using
      the generate.sh skript.
      ae4a07aa
    • Nicolas Essing's avatar
      Fixed two small bugs in input generation · cc099999
      Nicolas Essing authored
      In generate.sh, the inputgenerator.py is now called as a local script.
      
      In inputgenerator.py, use /usr/bin/env to be independent of actual python installation dir.
      Explicitly use python2, which is needed by the skript and not always the default anymore.
      cc099999
  3. Oct 03, 2021
    • Nicolas Essing's avatar
      Fixed a bug in input reader. · 9e2e2ec9
      Nicolas Essing authored
      The parameter enable_quad_prec was introduced in InputParams_mod.F90,
      but not in InputParamsNew.txt, so it did not appear when recreating
      the Fortran module from the list of parameters.
      9e2e2ec9
  4. Sep 30, 2021
  5. Sep 28, 2021
  6. Sep 10, 2021
  7. Sep 09, 2021
  8. Sep 08, 2021
  9. Aug 18, 2021
  10. Jul 11, 2021
  11. May 25, 2021
  12. May 18, 2021
  13. May 07, 2021
  14. Jan 13, 2021
  15. Jun 22, 2020
  16. May 30, 2020
  17. May 08, 2020
  18. May 02, 2020
  19. May 01, 2020
  20. Apr 30, 2020
  21. Apr 29, 2020
  22. Feb 10, 2020
  23. Jul 29, 2019
  24. May 17, 2019
  25. Jan 31, 2019
  26. Jan 29, 2019
Loading