<div dir="ltr">Hello  everyone,<div><br></div><div>       I have a question about how to set the QMMM calculation,</div><div><br></div><div>       Under the example folder from the cp2k distributions, one of the input file looks like below : (only the QMMM and SUBSYS are shown)</div><div><br></div><div>       In the input file, we have two CELL sections in QMMM and SUBSYS.  It seems that the cell in QMMM is encompassed by cell in SUBSYS</div><div><br></div><div>       Here is my question,  what's the relative positions of  cell/QMMM in cell/SUBSYS ?</div><div><br></div><div>       is  cell/QMMM movable in MD simulations ?  what's the meaning of the keywors   <a href="https://manual.cp2k.org/cp2k-3_0-branch/CP2K_INPUT/FORCE_EVAL/QMMM.html#INITIAL_TRANSLATION_VECTOR" id="list_INITIAL_TRANSLATION_VECTOR" style="line-height: 17px; text-indent: 0em; font-family: Simsun; font-size: medium;">INITIAL_TRANSLATION_VECTOR</a> ?</div><div><br></div><div>Thanks </div><div><br></div><div>Geng Sun</div><div><br></div><div><div>  &QMMM</div><div>    MM_POTENTIAL_FILE_NAME ../MM_POTENTIAL</div><div>    &CELL</div><div>      ABC 6.0 6.0 6.0</div><div>    &END CELL</div><div>    ECOUPL GAUSS</div><div>    NOCOMPATIBILITY</div><div>    &INTERPOLATOR</div><div>      EPS_R 1.0e-14</div><div>      EPS_X 1.0e-14</div><div>      MAXITER 100</div><div>    &END INTERPOLATOR</div><div>    &MM_KIND H</div><div>      RADIUS 0.44</div><div>    &END MM_KIND</div><div>    &MM_KIND O</div><div>      RADIUS 0.78</div><div>    &END MM_KIND</div><div>    &QM_KIND H</div><div>      MM_INDEX 2</div><div>      MM_INDEX 3</div><div>    &END QM_KIND</div><div>    &QM_KIND O</div><div>      MM_INDEX 1</div><div>    &END QM_KIND</div><div>  &END QMMM<br></div></div><div><div>  &SUBSYS</div><div>    &CELL</div><div>      ABC 24.955 24.955 24.955</div><div>    &END CELL</div><div>    &COORD</div><div>   O     0.000000     0.000000     0.000000    H2O1</div><div>   H     0.000000     0.000000     1.000000    H2O1</div><div>   H     0.942809     0.000000    -0.333333    H2O1</div><div>   O    -1.617979    -0.948062    -2.341650    H2O2</div><div>   H    -2.529195    -1.296822    -2.122437    H2O2</div><div>   H    -1.534288    -0.833088    -3.331486    H2O2</div><div>   O    -1.447990     2.117783     1.555094    H2O3</div><div>   H    -1.501128     2.645178     2.403050    H2O3</div><div>   H    -2.090603     1.352766     1.597519    H2O3</div><div>    &END COORD</div><div>    &KIND H</div><div>      BASIS_SET SZV-GTH</div><div>      POTENTIAL GTH-PADE-q1</div><div>    &END KIND</div><div>    &KIND O</div><div>      BASIS_SET SZV-GTH</div><div>      POTENTIAL GTH-PADE-q6</div><div>    &END KIND</div><div>    &TOPOLOGY</div><div>    &END TOPOLOGY</div><div>  &END SUBSYS</div></div></div>