Hi,<br><br>  You seemed to optimize your molecule in the presence of an external electric field. Once the field is turned on, the system's Hamiltonian is time (or step) dependent. I am not sure how the "optimized structure" is defined. <br>
<br><br><br><div class="gmail_quote">On Wed, Aug 11, 2010 at 2:51 PM, aarondesk <span dir="ltr"><<a href="mailto:aaro...@gmail.com">aaro...@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>
  I am trying to apply an external electrical field to a DFT<br>
(quickstep) calculation but am not having success. Please excuse my<br>
ignorance. I have tried with a simple test molecule - CO - that I want<br>
to apply an electrical field in the z direction.<br>
<br>
  Below is my input (based off the regtest input).<br>
<br>
  Unfortunately I get the same output whether the EFIELD section is<br>
present or not, which leads me to believe that no external field is<br>
being applied. Can you tell me what I'm doing wrong?<br>
<br>
   Also, I have two other issues. The job crashes whenever START_STEP<br>
is set to 0 ("On entry to DLASCL parameter number  4 had an illegal<br>
value"), but 0 is the default value. Second, I don't quite understand<br>
the units for the field intensity. Manual says W/cm2, but if I convert<br>
this correctly, 5E15 W/cm2 = 3.77E11 V/angs which is huge.  I just<br>
want an external field near 0.5 V/angs.<br>
<br>
Thank you,<br>
Aaron<br>
<br>
<br>
&FORCE_EVAL<br>
  METHOD Quickstep<br>
  &DFT<br>
    UKS<br>
    BASIS_SET_FILE_NAME ./GTH_BASIS_SETS_5-12-10<br>
    POTENTIAL_FILE_NAME ./GTH_POTENTIALS_5-12-10<br>
    WFN_RESTART_FILE_NAME x-RESTART.wfn<br>
    &MGRID<br>
      CUTOFF 300<br>
    &END MGRID<br>
    &QS<br>
      WF_INTERPOLATION ASPC<br>
      EXTRAPOLATION_ORDER 3<br>
    &END QS<br>
    &SCF<br>
     EPS_SCF 1.E-6<br>
     SCF_GUESS RESTART<br>
     MAX_SCF 400<br>
     &OT T<br>
       PRECONDITIONER FULL_SINGLE_INVERSE<br>
       MINIMIZER DIIS<br>
       LINESEARCH 3PNT<br>
     &END OT<br>
    &END SCF<br>
    &XC<br>
      &XC_FUNCTIONAL PBE<br>
      &END XC_FUNCTIONAL<br>
    &END XC<br>
  &PRINT<br>
  &END PRINT<br>
  &EFIELD<br>
       INTENSITY 5E15<br>
       POLARISATION 0 0 1<br>
       #WAVELENGTH 210<br>
       ENVELOP CONSTANT<br>
       &CONSTANT_ENV<br>
         START_STEP 1<br>
         END_STEP 20<br>
       &END<br>
  &END<br>
  &END DFT<br>
  &SUBSYS<br>
    &CELL<br>
      ABC 8.965 8.965 8.965<br>
    &END CELL<br>
    &COORD<br>
     SCALED F<br>
C 0.0 0.0 0.0<br>
O 0.0 0.0 1.13<br>
    &END COORD<br>
    &KIND O<br>
      BASIS_SET TZVP-MOLOPT-GTH<br>
      POTENTIAL GTH-PBE-q6<br>
    &END KIND<br>
    &KIND C<br>
      BASIS_SET TZVP-MOLOPT-GTH<br>
      POTENTIAL GTH-PBE-q4<br>
    &END KIND<br>
    &END SUBSYS<br>
&END FORCE_EVAL<br>
&GLOBAL<br>
  PROJECT CO<br>
  RUN_TYPE GEO_OPT<br>
  PRINT_LEVEL LOW<br>
&END GLOBAL<br>
 &MOTION<br>
  &GEO_OPT<br>
    MAX_ITER 200<br>
    MAX_FORCE 0.0009725<br>
    OPTIMIZER BFGS<br>
  &END GEO_OPT<br>
<font color="#888888"><br>
--<br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
To post to this group, send email to <a href="mailto:cp...@googlegroups.com">cp...@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:cp2k%2Bun...@googlegroups.com">cp2k+uns...@googlegroups.com</a>.<br>
For more options, visit this group at <a href="http://groups.google.com/group/cp2k?hl=en" target="_blank">http://groups.google.com/group/cp2k?hl=en</a>.<br>
<br>
</font></blockquote></div><br>