Molcas Forum

Support and discussions for Molcas and OpenMolcas users and developers

You are not logged in.

Announcement

Welcome to the Molcas forum. You can choose an avatar and change the default style by going to "Profile" → "Personality" or "Display".

#1 2016-04-12 09:43:35

abid
Member
Registered: 2015-11-12
Posts: 41

Units in COORD

Hi all
is there any way to use different units for one set of coordinates
coord
3

K 0 0 0
C 0 1.5 0
N 0 2.6 0
can I specify that K and C are in angstrom and N is in bohr. If yes than how??
Thanks

Offline

#2 2016-04-12 10:52:49

Ignacio
Administrator
From: Uppsala
Registered: 2015-11-03
Posts: 1,201

Re: Units in COORD

Not with COORD (as far as I know), but you can use what the manual calls "native input":

Basis set
K.STO-3G
  K 0 0 0 angstrom
End of Basis
Basis set
C.STO-3G
  C 0 1.5 0 angstrom
End of Basis
Basis set
N.STO-3G
  N 0 2.6 0 bohr
End of Basis

Note that XYZ (COORD) input defaults to ångström and full symmetry, native input defaults to bohr and no symmetry.

Offline

#3 2016-04-13 11:57:58

valera
Administrator
Registered: 2015-11-03
Posts: 131

Re: Units in COORD

abid,
coord files in Molcas is an extension of 'normal' xyz files.
On the comment line you can write 'a.u.' (or 'bohr').
http://www.molcas.org/documentation/man … 0000000000
But there is no possibility to mix the units.

However, you can 'glue' several coord files by using coord keyword more than once:

&GATEWAY
  coord
2
angstrom
K 0 0 0
C 1 0 0
 coord
1
a.u.
N 2 0 0

Offline

Board footer

Powered by FluxBB 1.5.11

Last refresh: Today 05:15:56