<div dir="ltr">Dear all<br><br>I am trying to understand the meaning of global and subsystem configuration in a bsse calculation.<br><br>I guess the sybsystem is simply the different parts of the system I would like to study, for instance AB I will define 2 fragment and then I will have subsystem 1 0 and 0 1.<br><br>On the other hand I am lost in the possible meaning of global configuration, the only information I could find here on the group was an topic from which I've seen it is defined several time so I wonder if the input I found is correct and the meaning of it.<br><br>  &BSSE<br>    &FRAGMENT<br>      LIST ...<br>    &END FRAGMENT<br>   &FRAGMENT<br>      LIST ....<br>    &END FRAGMENT<br>    &CONFIGURATION<br>     GLB_CONF 1 1<br>     SUB_CONF 1 1<br>    &END<br><br>  &CONFIGURATION<br>     GLB_CONF 1 0<br>     SUB_CONF 1 0<br>   &END<br><br>   &CONFIGURATION<br>     GLB_CONF 0 1<br>     SUB_CONF 0 1<br>   &END<br>   &CONFIGURATION<br>     GLB_CONF 1 1<br>     SUB_CONF 1 0<br>   &END<br>   &CONFIGURATION<br>     GLB_CONF 1 1<br>     SUB_CONF 0 1<br>   &END<br>  &END BSSE<br><br>what I would have done is <br><br>GLB_CONF 1 1<br>SUB_CONF 1 1<br><br>GLB_CONF 1 1 <br>SUB_COND 1 0<br><br>GLB_CONF 1 1<br>SUB_CONF 0 1<br><br>Nevertheless also in this case it seems strange to me have to define the global configuration so that I imagine I'm missing something.<br><br>Any comment, advice or even link to examples which I could not find are more than welcome<br><br>Cheers<br>Davide<br></div>