This is the user forum of the DFT FLAPW code FLEUR.
It is meant to be used as a place to asks questions to other users and the developers, to provide feedback and suggestions.
The documentation of the code can be found at the FLEUR homepage.
[b][/b]
[i][/i]
[u][/u]
[code][/code]
[quote][/quote]
[spoiler][/spoiler]
[url][/url]
[img][/img]
[video][/video]
Smileys
smile
smile2
spook
alien
zunge
rose
shy
clown
devil
death
sick
heart
idee
frage
blush
mad
sad
wink
frown
crazy
grin
hmm
laugh
mund
oh
rolling_eyes
oh2
shocked
cool
[pre][/pre]
Farben
[rot][/rot]
[blau][/blau]
[gruen][/gruen]
[orange][/orange]
[lila][/lila]
[weiss][/weiss]
[schwarz][/schwarz]
Gregor
Posts: 224 | Last online: 05.12.2026
Date registered
04.07.2021
Sex
not specified
    • Gregor has written a new post "bulk and thin film inpgen differences" 04.30.2026

      This is kind of an extreme outcome of slight differences in the determination of the default parameters for film and for bulk calculations:

      In the film case we make the MT radii slightly smaller, because of the practical experience with have with these setups. This has the consequence that the lmax parameters might also be smaller. In your case in the film calculation for Germanium you get an lmax of 8, while it is 10 in the bulk calculation. The kmax is then determined with:

      1
       
      input%rkmax = MAXVAL(atoms%lmax/atoms%rmt)
       


      with some subsequent rounding.

      So, nothing in the structure is wrong. You just get different defaults for the two cases.

    • Gregor has written a new post "same lattice, different inp.xml files?" 04.27.2026

      When you specify the Bravais matrix directly, you implicitly specify a 60 degree angle between the first two lattice vectors. In the other case you specify a 120 degree angle.

      I don't know, which of these two different options you actually want to have, but that is the difference. If you specify in your first example a gamma=60.0 you obtain about the same FLEUR input file as in the 2nd case.

      ...you probably want to have the structure with the larger MT radii. ...just a guess.

    • Gregor has written a new post "thin film production by inp.xml, mismatch in z coordinates" 04.25.2026

      The value generated by the FLEUR input generator is already pretty good. These are not repeated slab calculations. You get semi-infinite vacua on both sides of the 2D film. dVac is not the size of the vacuum, it is the thickness of the film, beyond which the vacuum starts.

      If I want to perform highly precise FLEUR calculations, I sometimes add 0.5 to 1.5 Bohr to dVac and dTilde. You definitly do not need much more.

    • Gregor has written a new post "thin film production by inp.xml, mismatch in z coordinates" 04.23.2026

      What is done by default is

      dTilda = dVac + 2.5

      I hope, this helps.

      I'm now really curious, why you want to have such a giant dVac. This is computationally very inefficient and also problematic with respect to the representation of the basis functions. It implies that you have to describe a long decaying tail of the wave functions by plane waves. Is there also a benefit from this?

    • Gregor has written a new post "thin film production by inp.xml, mismatch in z coordinates" 04.22.2026

      This is really strange.

      You can fix this by using the following inpgen input file.

      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      17
      18
      19
      20
      21
      22
       

      Mn3Ge (1-unit-cell thin film)
       
      &input film=t cartesian=f /
       
      1.0 0.0 0.0
      0.5 sqrt(3.0)/2.0 0.0
      0.0 0.0 1.0
      9.6402026110092500
      1.0 1.0 0.8076
       

      8
      32 0.6666666667 0.3333333333 1.9463569071627670
      32 0.3333333333 0.6666666667 -1.9463569071627670
      25 0.1632000000 0.3264000000 1.9463569071627670
      25 0.6736000000 0.8368000000 1.9463569071627670
      25 0.1632000000 0.8368000000 1.9463569071627670
      25 0.8368000000 0.6736000000 -1.9463569071627670
      25 0.3264000000 0.1632000000 -1.9463569071627670
      25 0.8368000000 0.1632000000 -1.9463569071627670
       
       


      It is mostly the same, but the 41.6872335863255300 was removed. I don't know yet, why this has such an effect, but I hope, this new inpgen input solves the issue for you. Maybe the general advice is to not explicitly set the film thickness dVac in the inpgen input. ...if you want to readjust it, you can do that in the inp.xml file.

    • Gregor has written a new post "Accuracy of total energy" 02.20.2026

      Please give a short feedback once you see how the results for consistent MT radii, ... look like. If the problem is still there, we have to think again. :)

    • Gregor has written a new post "Accuracy of total energy" 02.20.2026

      I have not yet a clear understanding on what you are actually doing, but if you compare total energies between different calculations, make sure that only this one change that you actually want to investigate, distinguishes the calculations. MT radii and other parameters should be consistent between the calculations. Otherwise effects of these numerical parameters on the total energy will distort your results.

    • Gregor has written a new post "Symmetry problem" 02.04.2026

      This is probably related to the enormous number of decimal places you provide in your input. At some precision we have the problem that different tolerance scales in different subroutines compete with each other and that may lead to such an error. I suggest to cut values in your input after the sixth place after the decimal point. Please try that out and report on whether that already helped.

    • Gregor has written a new post "Segmentation Fault in Fleur 8 for CoBr₂ Supercell Calculation" 12.30.2025

      A segmentation fault can have different causes. The most probable in your case are

      1. Not enough working memory.
      2. A problem in the ScaLAPACK library.

      Depending on the cause the possible solutions differ.

      Could you give some numbers regarding the parallelization and the system size, i.e., the number of k-points, the chosen OpenMP and MPI parallelizations, the number of compute nodes, the working memory per compute node? Could you provide the complete terminal output?

    • Gregor has written a new post "Multi-node Crash - Works on Single Node" 12.01.2025

      Dear mgeo06,

      Could you attach the FLEUR input files? Otherwise it won't be possible to reproduce the problem. You might have to rename the input files such that they have a ".txt" suffix instead of a ".xml" suffix.

    • Gregor has written a new post "Spin Spirals in Film Geometry" 11.03.2025

      Dear Tim,

      Thank you for reporting this issue. Since a few days I am looking into this. I have verified the problem, but it is not yet fully understood. I will inform here once the bug is fixed.

    • Gregor has written a new post "Band structure not smooth with FLEUR V26e" 07.07.2025

      1. The band structure data should not be seen as bands that are written out to some file. We actually only provide energy eigenvalues found for k-points along the inspected k-point path. The ordering is naive and does not consider band crossings.

      2. In the newer FLEUR versions there is also a more structured output of the band structure data. It is found in the banddos.hdf file. Please have a look at https://www.flapw.de/MaX-8.0/documentation/banddosPlotting/ for some inspirations on how to use this file.

    • Gregor has written a new post "Band structure not smooth with FLEUR V26e" 07.02.2025

      I would assume that the states that you show there are not well represented by the LAPW basis. The LAPW basis is k-point dependent and if some band is not well represented by it, you see such a behavior.

      Please check whether a) your MT description is good for these states and b) whether the behavior depends strongly on Kmax.

    • Gregor has written a new post "Getting the bandgap" 05.06.2025

      We write out the size of the band gap to the out.xml file (and also to the out file) for the k-point set that was used in the respective calculation as the difference between the lowest unoccupied and the highest occupied state. Between the self-consistency calculation and the band structure calculation the k-point set differs. At this point you have to ask yourself, whether the real lowest unoccupied state and the real highest occupied state are found at k-points covered by the respective k-point sets. If you identify such a calculation, you can just search in the output like

      1
      2
      3
       

      grep gap out.xml
       
       


      to see what the value of the band gap is.

      Often the band extrema are found at high-symmetry points or on high-symmetry lines. In such a case a k-point path that covers these extrema in a band structure calculation is a good basis to extract the band gap. If this is not the case the self-consistency calculation is probably the better starting point for extracting the gap. If you increase the k-point density, you also have a systematic approach to obtain the gap for sure. But this is typically not needed. I suggest to use the grep-command above on both calculations and then use the smaller of the reported values.

      I hope this helps.

    • Gregor has written a new post "Clarification about TDOS and PDOS" 04.15.2025

      I probably don't understand you. Your plot already shows projections on certain orbital characters at certain atom sites.

      If you want to make this independent of the orbital character, just add up s, p, d, f at each atom site. That should cover about everything at that site.

Recipient
Gregor
Subject:


text:

Sign up, to leave a comment


Xobor Einfach ein eigenes Xobor Forum erstellen
Datenschutz