Re: [QE-users] Is this a bug in vc-relax of QE-6.4.1

2019-12-27 Thread Paolo Giannozzi
What should you do? implement stress in the noncollinear case with GGA. Incidentally I also need it and just implemented it, but it is untested. You find it here (NO WARRANTY IT WORKS) as a "merge request" with respect to the current develop version: https://gitlab.com/QEF/q-e/merge_requests/720 P

Re: [QE-users] Error compiling qe5.1 linked to libbeef-v0.1.1, “Nonexistent include directory .. [-Wmissing-include-dirs]”

2019-12-27 Thread Delgado DelgadoJorge
Dear Paolo, Thank you very much for the quick reply. After reading your comments and considering that some of the contributors of the mailing list succeeded in the compilation of qe5.1 using gcc 4.8.5, I tried to test additional compilations using this compiler (gcc 4.8.5). Although the make

Re: [QE-users] Error compiling qe5.1 linked to libbeef-v0.1.1, “Nonexistent include directory .. [-Wmissing-include-dirs]”

2019-12-27 Thread Paolo Giannozzi
Previously you had this error: READ(dftout(5:), '(i)', IOSTAT=i) beeftype Error: Nonnegative width required in format string at (1) Why don't you try to fix it as a first attempt? this might do the job: READ(dftout(5:), *, IOSTAT=i) beeftype On Fri, Dec 27, 2019 at 9:46 AM D

Re: [QE-users] Is this a bug in vc-relax of QE-6.4.1

2019-12-27 Thread Mohammad Moaddeli
Dear Jibiao, I had the same problem. "damp" algorithm worked for me. Mohammad Shiraz University On Fri, Dec 27, 2019 at 12:16 PM Paolo Giannozzi wrote: > What should you do? implement stress in the noncollinear case with GGA. > Incidentally I also need it and just implemented it, but it is unt