<div dir="ltr">Hello everyone, <br><br>I am looking for a way to do a QM/MM calculation without actually doing any SCF steps. I'd like to feed in an healthy looking density for the QM region at the beginning and freeze it for the rest of the simulation.<br>To this end I set up MAX_SCF 0 thinking it would carry on using the restart file (see below and full input file attached) but that returns a segmentation fault. I looked at various constraints on the density as well but didn't find what I was looking for... Does anyone have a better idea?<br><br>Many thanks<br>Valerie<br> <br><br>&FORCE_EVAL<br>  METHOD QMMM<br>  &DFT<br>    BASIS_SET_FILE_NAME ./GTH_BASIS_SETS<br>    POTENTIAL_FILE_NAME ./POTENTIAL<br>    WFN_RESTART_FILE_NAME qmmm_test-RESTART.wfn<br>    &MGRID<br>      COMMENSURATE<br>      CUTOFF 300<br>    &END MGRID<br>    &QS<br>    &END QS<br>    &SCF<br>      SCF_GUESS RESTART<br>      MAX_SCF 0<br>    &END SCF<br>    &XC<br>      &XC_FUNCTIONAL pade<br>      &END XC_FUNCTIONAL<br>    &END XC<br>  &END DFT<br><br></div>