Dear CP2K users,<br><br>I apologise if a similar post has already been discussed but I only found one where a similar matter has been pointed out, that is <a href="http://groups.google.com/group/cp2k/browse_thread/thread/f1f4d594212348c1/c7f8b5c2f5a64789?lnk=gst&q=BS&pli=1">http://groups.google.com/group/cp2k/browse_thread/thread/f1f4d594212348c1/c7f8b5c2f5a64789?lnk=gst&q=BS&pli=1</a> , but this did not help.<br>
<br>I am trying to compute the total energy of a single oxygen atom doing a spin-polarized energy calculation, however the Mulliken population analysis printed out in the end of the output file  gives a total magnetic moment is 0, with both spin-up and spin down states having an occupation of 3 in the 2s and 2p orbitals, whereas one spin-state should be 4 and the other one 2, giving rise to a spin moment of 2.<br>
<br>I have tried to fix this in the same way as explained in the post above, by using the section BS and biasing alpha and beta electrons in the chosen spin states but this didn`t fix it. Is this the correct way to do it but I am missing something or is there another way?<br>
<br>Below is my relevant input file:<br><br>  &SUBSYS<br>    &CELL<br>ABC       10      15       20<br>    &END CELL<br>    &COORD<br>       SCALED<br>O 0.5 0.5 0.5<br>&END COORD<br>    &KIND O<br>
     BASIS_SET DZVP-MOLOPT-GTH-q6<br>      POTENTIAL GTH-PBE-q6<br>     &BS<br>        &ALPHA<br>          NEL     2<br>          L       1<br>          N       2<br>        &END<br>        &BETA<br>          NEL    -2<br>
          L       1<br>          N       2<br>        &END<br>     &END<br>    &END KIND<br>  &END SUBSYS<br><br><br>Here there are the relevant parts of the output where first at the beginning the occupation has changed according to what specified, but at the end, after the total energy has been calculated, the mulliken population analysis shows again an occupation of 3 for both spin up and spin down states. This can ultimately result in wrong total energies, right?<br>
<br>Atomic guess: The first density matrix is obtained in terms of atomic orbitals<br>               and electronic configurations assigned to each atomic kind<br><br> Spin 1<br><br> Guess for atomic kind: O<br><br> Electronic structure<br>
    Total number of core electrons                                          2.00<br>    Total number of valence electrons                                       8.00<br>    Total number of electrons                                              10.00<br>
    Multiplicity                                                   not specified<br>    S   [  2.00] 2.00<br>    P      6.00<br><br>After some lines...<br><br>Spin 2<br><br> Guess for atomic kind: O<br><br> Electronic structure<br>
    Total number of core electrons                                          2.00<br>    Total number of valence electrons                                       4.00<br>    Total number of electrons                                               6.00<br>
    Multiplicity                                                   not specified<br>    S   [  2.00] 2.00<br>    P      2.00<br><br><br><br>But finally, at the end of the calculation the wrong occupancies appear<br><br>MULLIKEN POPULATION ANALYSIS<br>
<br> # Atom  Element  Kind  Atomic population (alpha,beta)   Net charge  Spin moment<br>      1     O        1           3.000000     3.000000    -0.000000    -0.000000<br> # Total charge and spin         3.000000     3.000000    -0.000000    -0.000000<br>
<br><br>Any help would be kindly appreciated.<br>Thanks.<br>