<div dir="ltr">I am working on a project where I iteratively call a all-electron DFT calculation in cp2k and, among other values, take the basis sets. Now, I have the problem, that the contraction coefficients in the basis set file differ from the coefficients which are used within the atom-routine (atom_info(in, im)%atom%basis%cm). Somehow, the coefficients in the basis set seem to be normalized since they are unity whenever only one primitive GTO is contracted. Unfortunately, I was not able to figure out, how this normalization is done.<br><br>Example basis file<br><br>C DZVP-ALLELECTRON DZVP-ALL<br>  6<br>  1  0  0  6  1<br>     2808.0640000000   0.0020178300<br>      421.1383000000   0.0154332000<br>       95.5866200000   0.0755815500<br>       26.7390000000   0.2478282000<br>        8.4328270000   0.4793725000<br>        2.7605820000   0.3338344000<br>  2  0  0  2  1<br>        5.4470040000  -0.0778407700<br>        0.4792422000   0.5689560000<br>  3  0  0  1  1<br>        0.1461565000   1.0000000000<br> ...<br><br> <br>Coefficients called by cp2k:<br>  6<br>  1  0  0  6  1<br>     2808.0640000000   <span style="color: rgb(204, 0, 0);">1.967...</span><br>      421.1383000000   <span style="color: rgb(204, 0, 0);">3.625..</span>.<br>       95.5866200000    <span style="color: rgb(255, 0, 0);">5.838...</span><br>       26.7390000000    <span style="color: rgb(255, 0, 0);">7.362...</span><br>        8.4328270000     <span style="color: rgb(255, 0, 0);">5.993...</span><br>        2.7605820000     <span style="color: rgb(255, 0, 0);">1.806...</span><br>  2  0  0  2  1<br>        5.4470040000    <span style="color: rgb(255, 0, 0);">-0.701...</span><br>        0.4792422000     <span style="color: rgb(255, 0, 0);">0.828..</span>.<br>  3  0  0  1  1<br>        0.1461565000     <span style="color: rgb(255, 0, 0);">0.597...</span><br> ...<br><br><br>Of course the first guess would be that they are normalized with respect the primitive GTOs or the contracted one but neither works. So I would really appreciate an idea of somebody how knows something about the cp2k basis set format.<br><br><br>Thank you very much<br><br><br></div>