Author Topic: Set charge of molecule in calculate script  (Read 4451 times)

koenigmattern

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
Set charge of molecule in calculate script
« on: October 26, 2020, 03:44:38 PM »
Hey everyone,

Does anyone have experience with the calculate script for the generation of cosmo-files? Is it possible to set the net charge of a molecule there?

Best regards!

uwe

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 558
  • Karma: +0/-0
Re: Set charge of molecule in calculate script
« Reply #1 on: October 27, 2020, 05:09:15 PM »
Hi,

there is a manual for calculate in the calculate directory (calculate_manual.pdf) which also describes how to add charges. Or check the list.example file which is an example input for calculate:

...
water.xyz
#
# same definition of water. The charge 0 is default.
#
h3o.xyz   +1
#
# defines the h3o molecules with molecular charge +1
#
oh-.xyz  -1
#
# defines the oh- anion with molecular charge -1
...