<div dir="ltr">Hi everyone, <div><br></div><div>I am trying to simulate a system with an isolated molecule, therefore I need a non-periodic setup. I have read the previous posts about the topic, but there are a number of questions open. They are both for the wavelet and the MT Poisson solver. </div><div><br></div><div><b>1) System size</b></div><div>My simulations will be quite long (both MM and QM) and due to the movement of the molecule, to my understanding it needs to be avoided that molecule leaves the box. Will it be fine if I set the box size to 1000 Angstrom or is this not recommended? </div><div><br></div><div><b>2) Periodic cells</b></div><div>This question is closely related to question 1). If I set the Poisson solver to non-periodic, could one set the CELL to periodic, and thus solve the problem that the molecule leaves the box?</div><div><br></div><div><b>3) Ewald methods</b></div><div>Also closely related to question 1). If I set the box size to 1000, even with Ewald as Poisson solver the system should be effectively non-periodic due to the large distance, right? Would this be a plausible alternative to the MT or wavelet solvers?</div><div><br></div><div><b>4) Mixed force evaluations</b></div><div>In the case that I have a mixed force evaluation setup and use the Wavelet solver (see the config file below), do I need to include the &CENTER_COORDINATES section also in the mixed force eval section, or only in the real force evaluation section?</div><div><br></div><div><b>5) MT solver for periodic systems</b></div><div>Is the MT solver only for nonperiodic systems in CP2K, or does it also work for periodic systems? In the publication it is at least written it works for periodic systems and even with ewald/spme. </div><div><br></div><div>Looking forward to hearing from you.</div><div><br></div><div>Best wishes,</div><div>Jadzia</div><blockquote><font size="1"><br></font><font size="1"><br></font><font size="1">&GLOBAL<br></font><font size="1">  PROJECT system<br></font><font size="1">  RUN_TYPE md<br></font><font size="1">  PRINT_LEVEL medium<br></font><font size="1">&END global</font><font size="1"><br></font><font size="1">&MOTION<br></font><font size="1">  &MD<br></font><font size="1">    ENSEMBLE langevin<br></font><font size="1">    &LANGEVIN <br></font><font size="1">      GAMMA [fs^-1] 1.0E-3                        # "Langevin" gamma (adapt for your system) <br></font><font size="1">    &END LANGEVIN<br></font><font size="1">    STEPS 5000000<br></font><font size="1">    TIMESTEP 0.5<br></font><font size="1">    TEMPERATURE 300.0<br></font><font size="1">  &END MD  <br></font><font size="1">  &PRINT<br></font><font size="1">    &TRAJECTORY on<br></font><font size="1">      FORMAT pdb<br></font><font size="1">      FILENAME =cp2k.out.trajectory.pdb<br></font><font size="1">      &EACH<br></font><font size="1">        MD 10<br></font><font size="1">      &END EACH<br></font><font size="1">    &END TRAJECTORY<br></font><font size="1">&END MOTION</font><font size="1"><br></font><font size="1">&MULTIPLE_FORCE_EVALS<br></font><font size="1">   FORCE_EVAL_ORDER 2 3<br></font><font size="1">   MULTIPLE_SUBSYS true<br></font><font size="1">&END</font><font size="1"><br></font><font size="1">&FORCE_EVAL<br></font><font size="1">  STRESS_TENSOR analytical<br></font><font size="1">  METHOD mixed<br></font><font size="1">  &MIXED<br></font><font size="1">    MIXING_TYPE genmix<br></font><font size="1">    &GENERIC<br></font><font size="1">      VARIABLES a b<br></font><font size="1">      MIXING_FUNCTION a+b<br></font><font size="1">    &END<br></font><font size="1">    @include cp2k.in.mapping<br></font><font size="1">  &END<br></font><font size="1">  &SUBSYS<br></font><font size="1">    &TOPOLOGY<br></font><font size="1">      &CENTER_COORDINATES <br></font><font size="1">      &END <br></font><font size="1">      CONNECTIVITY off<br></font><font size="1">      COORDINATE pdb<br></font><font size="1">      COORD_FILE_NAME system.pdb<br></font><font size="1">    &END TOPOLOGY<br></font><font size="1">    &CELL<br></font><font size="1">      PERIODIC NONE<br></font><font size="1">      ABC 20 20 20 <br></font><font size="1">    &END CELL<br></font><font size="1">  &END SUBSYS<br></font><font size="1">&END FORCE_EVAL</font><font size="1"><br></font><font size="1">&FORCE_EVAL<br></font><font size="1">  STRESS_TENSOR analytical<br></font><font size="1">  METHOD fist<br></font><font size="1">  &MM<br></font><font size="1">    &FORCEFIELD<br></font><font size="1">      PARM_FILE_NAME system1.prm<br></font><font size="1">      PARMTYPE chm<br></font><font size="1">      &SPLINE<br></font><font size="1">        EMAX_SPLINE 100000<br></font><font size="1">        RCUT_NB 12.<br></font><font size="1">      &END<br></font><font size="1">    &END FORCEFIELD    <br></font><font size="1">    &POISSON<br></font><font size="1">      POISSON_SOLVER WAVELET<br></font><font size="1">      PERIODIC NONE<br></font><font size="1">      &EWALD <br></font><font size="1">        EWALD_TYPE NONE <br></font><font size="1">      &END EWALD <br></font><font size="1">    &END POISSON<br></font><font size="1">  &END MM<br></font><font size="1">  &SUBSYS<br></font><font size="1">    &CELL<br></font><font size="1">      PERIODIC NONE<br></font><font size="1">      ABC 20 20 20<br></font><font size="1">    &END CELL<br></font><font size="1">    &TOPOLOGY<br></font><font size="1">      &CENTER_COORDINATES <br></font><font size="1">      &END <br></font><font size="1">      COORDINATE pdb<br></font><font size="1">      COORD_FILE_NAME system1.pdb<br></font><font size="1">      CONN_FILE_FORMAT psf<br></font><font size="1">      CONN_FILE_NAME system1.psf<br></font><font size="1">    &END TOPOLOGY<br></font><font size="1">    @include cp2k.in.sub.kind.element.c36<br></font><font size="1">  &END SUBSYS<br></font><font size="1">&END FORCE_EVAL</font><font size="1"><br></font><font size="1">&FORCE_EVAL<br></font><font size="1">  STRESS_TENSOR analytical<br></font><font size="1">  METHOD fist<br></font><font size="1">  &MM<br></font><font size="1">    &FORCEFIELD<br></font><font size="1">      PARM_FILE_NAME system2.prm<br></font><font size="1">      PARMTYPE chm<br></font><font size="1">      &SPLINE<br></font><font size="1">        EMAX_SPLINE 100000<br></font><font size="1">        RCUT_NB 12.<br></font><font size="1">      &END<br></font><font size="1">    &END FORCEFIELD    <br></font><font size="1">    &POISSON<br></font><font size="1">      POISSON_SOLVER WAVELET<br></font><font size="1">      PERIODIC NONE<br></font><font size="1">      &EWALD <br></font><font size="1">        EWALD_TYPE NONE <br></font><font size="1">      &END EWALD <br></font><font size="1">    &END POISSON<br></font><font size="1">  &END MM<br></font><font size="1">  &SUBSYS<br></font><font size="1">    &CELL<br></font><font size="1">      PERIODIC NONE<br></font><font size="1">      ABC 20 20 20<br></font><font size="1">    &END CELL<br></font><font size="1">    &TOPOLOGY<br></font><font size="1">      &CENTER_COORDINATES <br></font><font size="1">      &END <br></font><font size="1">      COORDINATE pdb<br></font><font size="1">      COORD_FILE_NAME system2.pdb<br></font><font size="1">      CONN_FILE_FORMAT psf<br></font><font size="1">      CONN_FILE_NAME system2.psf<br></font><font size="1">    &END TOPOLOGY<br></font><font size="1">    @include cp2k.in.sub.kind.element.c36<br></font><font size="1">  &END SUBSYS<br></font><font size="1">&END FORCE_EVAL</font></blockquote></div>