<div dir="ltr">Hi,<br><br>I have a PAW generated with Atompaw and when used with pw.x the code stops at :<br><br>    Parallel version (MPI), running on     1 processors<br><br>     Current dimensions of program PWSCF are:<br>
     Max number of different atomic species (ntypx) = 10<br>     Max number of k-points (npk) =  40000<br>     Max angular momentum in pseudopotentials (lmaxx) =  3<br>     Waiting for input...<br><br>With the following error :<br>
<br>########################################################################################################################<br># FROM IOTK LIBRARY, VERSION 1.2.0<br># UNRECOVERABLE ERROR (ierr=1)<br># ERROR IN: iotk_scan_attr (iotk_attr.spp:439)<br>
# CVS Revision: 1.21<br># Attribute size does not match<br>attr=<br>size=1<br>########################################################################################################################<br><br>here is the atompaw input ( just an example to reproduce the error):<br>
<br> Ge 32 <br> GGA-PBE<br> 4 4 3 0 0 0 <br> 4 1 2<br> 0 0 0<br> c<br> c<br> c<br> v<br> c<br> c<br> v<br> v<br> 2<br> 2.25<br> y<br> 0.5<br> n<br> y<br> 3<br> n<br> y<br> 0.6<br> n<br> vanderbilt<br> 3 2<br> 2.25<br> 2.25<br>
 2.25<br> 2.25<br> 2.25<br> 2.25<br> 3<br> default<br> 0<br><br>this is Ge dataset with 3d electrons in the valence.<br>if I keep the 3d electrons in the core the error disappears. the atompaw input is:<br> Ge 32 <br> GGA-PBE<br>
 4 4 3 0 0 0 <br> 4 1 2<br> 0 0 0<br> c<br> c<br> c<br> v<br> c<br> c<br> v<br> c<br> 1<br> 2.25<br> y<br> 0.5<br> n<br> y<br> 3<br> n<br> vanderbilt<br> 3 2<br> 2.25<br> 2.25<br> 2.25<br> 2.25<br> 3<br> default<br> 0<br>
<br>it seems that there is a problem at the level of the data translation to the UPF format in the atompaw code.<br>thank you for your help.<br><br></div>