<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Hello,</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
I just tried and it works to me, the correct notation for the dft name would be 'SCAN-VV10', but I tried 'RVV10-SCAN' as in your case and it works too.</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Probably you are running dos with the xml file generated before the fix, however it should not make difference in terms of results, because the pw runs are correct anyway, and the dos run does not compute xc functionals.</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Best,</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Fabrizio<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Jing Lian Ng <jinglian@utexas.edu><br>
<b>Sent:</b> Tuesday, September 19, 2023 9:16 PM<br>
<b>To:</b> Fabrizio Ferrari Ruffino <faferrar@sissa.it>; users@lists.quantum-espresso.org <users@lists.quantum-espresso.org><br>
<b>Subject:</b> Re: [QE-users] SCAN Functional not recognized in DOS.x</font>
<div> </div>
</div>
<div>
<div dir="ltr">Hello Dr Ruffino,
<div><br>
</div>
<div>I took your advice and recompiled QE7.1 with the new funct.f90, but DOS.x still gives the same result where only RVV10 functional is being implemented. I attached the changes and recompilation step below, would you kindly advise on what I have missed?</div>
<div><br>
</div>
<div>################Funct.f90###############</div>
<div>
<div>      ELSEIF (inlc==26) THEN<br>
        !<br>
        shortname = xclib_get_dft_short()<br>
        shortname = TRIM(shortname)//'-'//TRIM(nonlocc(26))<br>
        !<br>
      ENDIF<br>
</div>
</div>
<div><br>
</div>
<div>######### Recompilation ###################</div>
<div>./configure --with-libxc=yes --with-libxc-prefix=$HOME/libxc-5.2.3-static --with-environ=$HOME/Environ/<br>
</div>
<div>make all</div>
<div><br>
</div>
<div><br>
</div>
<div>Best,</div>
<div>Jing Lian Ng</div>
</div>
</div>
</body>
</html>