Dear Experts/cp2k users ,  <br><div>I am tring to do an adbf-QMMM simulation. When I activate "force mixing” keyword in QMMM section, the task can continue to run. However, when I open the output file, I find a lot of warning message: WARNING in qmmm_util.F:135 : Reflective walls for QM/MM are not implemented (or useful) when force mixing is active. At the same time, trajectory analysis also found that the two molecules in the selected core region gradually moved away from each other. So I added another keyword (&WALLS)in the qmmm section. But the task gives the error information directly:A floating point type object was expected, found end of the line, File: 'mol_solv-opt.inp', Line: 41, Column: 2, Chunk: < >    input/cp_parser_methods.F:1186.  I don't know if I need to add other keywords to match this keyword (&WALLS)?In addition, what is the specific meaning of this keyword?</div><div>Thank you for any possible help.  <br></div><div><br></div><div>INPUT:</div><div><div>  &QMMM</div><div>    &CELL        !QM box size</div><div>      ABC [angstrom] 20.0  20.0  25.0 </div><div>      PERIODIC XY</div><div>    &END CELL</div><div>    ECOUPL COULOMB  !type of QM/MM elect. coupling</div><div>    &QM_KIND O</div><div>      MM_INDEX 803 </div><div>    &END QM_KIND</div><div>    &QM_KIND H</div><div>      MM_INDEX 804 </div><div>    &END QM_KIND    </div><div>    &QM_KIND Cl</div><div>      MM_INDEX 805</div><div>    &END QM_KIND    </div><div>    &FORCE_MIXING </div><div>      R_CORE 0.0 0.0</div><div>      R_QM 3.0 3.5</div><div>      R_BUF 3.0 3.5</div><div>      QM_KIND_ELEMENT_MAPPING O O  !Mapping from elements to QM_KINDs for adaptively included atoms.</div><div>      QM_KIND_ELEMENT_MAPPING H H</div><div>      QM_KIND_ELEMENT_MAPPING Cl Cl <br></div><div>      MOMENTUM_CONSERVATION_TYPE  EQUAL_A</div><div>      MOMENTUM_CONSERVATION_REGION  QM</div><div>    &END FORCE_MIXING</div><div><span style="white-space:pre">  </span><font color="#ff0000">&WALLS </font></div><div><font color="#ff0000">              TYPE REFLECTIVE</font></div><div><font color="#ff0000">              WALL_SKIN 0.5</font></div><div><font color="#ff0000">        &END WALLS </font></div><div>  &END QMMM</div></div><div><br></div>