<div dir="ltr">Dear Marcella, dear Jürg,<br><br>thank you very much for your swift replies. Indeed, removal of the redundant basis set declarations in the input file solved the problem:<br><br>...<br>     &KIND Au<br>       BASIS_SET DZVP-MOLOPT-SR-GTH<br>       POTENTIAL GTH-PBE-q11<br>     &END KIND<br>...<br><br>From this, MD restart files created with version 2.6.2 introduce redundancy again:<br><br>     &KIND Au<br>       BASIS_SET DZVP-MOLOPT-SR-GTH<br>       POTENTIAL GTH-PBE-q11<br>       &BASIS<br> ...<br>       &END BASIS<br>       &POTENTIAL<br>...<br>       &END POTENTIAL<br>     &END KIND<br><br>whereas with the trunk version only the potential is repeated in the MD restart files:<br><br>     &KIND Au<br>       BASIS_SET DZVP-MOLOPT-SR-GTH<br>       POTENTIAL GTH-PBE-q11<br>       &POTENTIAL<br>...<br>       &END POTENTIAL<br>     &END KIND<br><br><br>From this I conclude that one has to be careful when using cp2k 3.0 (or trunk) with MD restart files created by older versions of cp2k.<br><br><br>Kind regards,<br>Christian<br><br></div>