Author Topic: Pointcharges problem  (Read 6548 times)

basklau

  • Jr. Member
  • **
  • Posts: 18
  • Karma: +0/-0
Pointcharges problem
« on: March 05, 2012, 03:19:19 PM »
Hi!

Why is it not possible to read pointcharges from a file, i.e wirting in the control file something like
$point_charges file=pointcharges?

Thank you
basklau

Ian K

  • Jr. Member
  • **
  • Posts: 15
  • Karma: +0/-0
Re: Pointcharges problem
« Reply #1 on: March 05, 2012, 03:44:57 PM »
It is, or at least I managed to get it to work. If you're having problems with it, though, things to check:
  • Remember to put
    $end
    at the end of the new file.
  • If you're specifying extra keywords on the $point_charges line, e.g.
    $point_charges file=pointcharges list
    , Turbomole seems to be a bit picky about the order these come in: the following order worked for me, but others didn't.
    $point_charges file=pointcharges self-energy list

(I'm using 6.2.)

basklau

  • Jr. Member
  • **
  • Posts: 18
  • Karma: +0/-0
Re: Pointcharges problem
« Reply #2 on: March 05, 2012, 04:15:59 PM »
Thank you!

The $end was the problem!

basklau