-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dmftproj: 'Bad value during floating point read' when reading a .dmftsym file #37
Comments
I checked with my installations, Wien2k 14.2 and TRIQS1.2, and it works. But I realized the following. In my case the dmftsym file looks like this: Sym. op. : 1 Sym. op. : 2 And so on. It is in principle the same, but you are missing some blank lines in your dmftsym. I know that this input/output issues are sometimes coming from using different compilers. What compiler did you use for the Wien2k installation? Can you try using gfortran to recompile lapw2? |
No, sorry. Your file looks correct. There are no blank lines in the global/local rotation matrices. |
Hi Igor, Can you post your indmftpr as well? I am puzzled by these lines in your outdmftpr Sorts of atoms = 2 which effectively says that you have 4 atoms per unit cell. Why then do you have 8 sites in your dmftsym? |
Or try to do a clean Wien2k iteration from a saved solution and run dmftproj again. It looks a bit like the dmftsym file is coming from a calculation that does not fit to the other output/input files... |
I can try if it is necessary...
OK, I will come to this issue and do what you suggest a bit later...
As far as I understood, the calculation was done for a super-cell. Is this the problem? |
Yes, but if they were done for an 8-sites supercell, then your indmftpr should correspond to this supercell and have the same number of sites. |
I dont think, that the problem is with different parameters in struct and indmftpr. i have the same error with Bornitrid. There are only 2 atoms in the cell, and 12 symmetry-operations... This prgm will build the Wannier projectors to the You are performing a computation using Paramagnetic Wien2k input files.Sorts of atoms = 2 For the sort 1 : For the sort 2 : The Eigenstates are projected in an energy window from -0.20000 Ry to 0.20000 Ry around the Fermi level. Basis representation for each sort. For the sort 1 : The basis for s-orbital is still 1.000000
Precisions about correlated orbitals. For the sort 1 : Symmetry operations of the system Number of Symmetries = 12 Properties of the symmetry operations : SYM.OP. alpha beta gamma iprop Global-to-local-coordinates rotations Properties of the symmetry operations : SORT alpha beta gamma iprop Reading of the file Bornitrid_test.almblm its my indmftpr... |
Kristanovski, your indmftpr file is not correct. Use this: 2 In your version you defined no correlated orbitals, you specified the split of the shell in a way it should not be done. And you forgot the SO flag. |
And the different parameters in struct and dmftproj as mentioned by Igor will definitely lead to an error. |
Ok, thanks for your tipps |
This is the struct-file of CrCl3( 2D): And indmftpr for CrCl3: |
Can someone help me? If i try to change the struct file :number of sites and multiplicities, then i have the problem with init_lapw....how can i compare number of sites and multiplicities in struct and indmftpr? |
Your struct file needs quite some work. From what I see it is built from XCrysDen, which is really not what you should do. Did you try to use w2web, for instance? The problem with your struct file is for instance that atoms 1 and 2 (the two Cr atoms) should be equvalent, but for numerical reasons Wien2k does not recognice that. One has Z=0.00000052 and the other one has Z=0.00000023, but both of them should be Z=0.00000000. Before you havn't fixed the struct file manually, or with some tool, you cannot really proceed with your calculation. It is not enough to change just the numbers for multiplicity and number of atoms. |
thank you for your answer ,Markus. i created my struct file with w2web. now it works... :) |
Very good, I am closing this issue. |
Hello everyone,
Today one of our students encountered an issue, which was reported before as TRIQS/triqs_0.x#148.
dmftproj does not want to read in symmetry information from a
.dmftsym
file.CrCl3.dmftsym
:Could it be an installation/WIEN2k integration problem?
We are using WIEN2k 14.
The text was updated successfully, but these errors were encountered: