<div dir="ltr">Hello, <div>By removing the redundant basis set declaration I also was able to fix the Cholesky errors.   Just as a comment here - I observed that the calculation (MD of a box of 64 waters with K+ and Cl- ions) sped up by roughly a factor of 2 (!) due to this change and so would have saved time had version 3.0 ignored the redundancy by default.</div><div><br></div><div>Greetings,</div><div>Simiam<br><br><br><br><br><br>On Tuesday, June 28, 2016 at 6:21:11 PM UTC+3, Christian Tuma wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><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></blockquote></div></div>