From owner-chemistry@ccl.net Sun Apr 19 00:39:01 2015 From: "Kaushik Hatua kaushikhatua[]yahoo.in" To: CCL Subject: CCL: Wavefunction file for GAMESS Message-Id: <-51268-150419002433-31163-DWxXdiUKSO2NbKMUc7JeMQ_+_server.ccl.net> X-Original-From: Kaushik Hatua Content-Type: multipart/alternative; boundary="_64B119D9-93B5-42B0-9300-21BC88A040D5_" Date: Sun, 19 Apr 2015 09:54:13 +0530 MIME-Version: 1.0 Sent to CCL by: Kaushik Hatua [kaushikhatua-#-yahoo.in] --_64B119D9-93B5-42B0-9300-21BC88A040D5_ Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="Windows-1252" G09 has straight forward keyword for generation .wfn file. Can anybody know= similar keyword for GAMESS or FIREFLY Sent from Nokia Lumia = --_64B119D9-93B5-42B0-9300-21BC88A040D5_ Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="Windows-1252"
G09 has straight forward keyword for generation .w= fn file. Can anybody know similar keyword for GAMESS
or FIREFLY

S= ent from Nokia Lumia
= --_64B119D9-93B5-42B0-9300-21BC88A040D5_-- From owner-chemistry@ccl.net Sun Apr 19 01:13:01 2015 From: "=?iso-8859-1?Q?V=EDctor_Lua=F1a?= Cabal victor * fluor.quimica.uniovi.es" To: CCL Subject: CCL:G: The best molecule specification format Message-Id: <-51269-150418160139-3869-DdNiNVF1h5ITXy3u3AFQxA : server.ccl.net> X-Original-From: =?iso-8859-1?Q?V=EDctor_Lua=F1a?= Cabal Content-disposition: inline Content-transfer-encoding: 8BIT Content-type: text/plain; charset=iso-8859-1 Date: Sat, 18 Apr 2015 21:54:33 +0200 MIME-version: 1.0 Sent to CCL by: =?iso-8859-1?Q?V=EDctor_Lua=F1a?= Cabal [victor]^[fluor.quimica.uniovi.es] On Sat, Apr 18, 2015 at 12:47:45PM -0400, Safiya Ess Amer amersaf85_-_yahoo.com wrote: > > Sent to CCL by: "Safiya Ess Amer" [amersaf85.*.yahoo.com] > Hi all > I want to do geometry optimization of a system, what is the best molecule > specification format, Z-Matrix, Cartesian coordinates, or Mixed to do that? Safiya, 1) Which is best depends on many things: the quantum code, your experience, your abilities as scientific programmer. 2) I remember you are using gaussian. 3) For the optimizers installed in gaussian using Z-matrix can be very efficient. 4) If you enjoy programming you will love to read the postg code, that is able to use gaussian as a routine to drive optimizations and other tasks. 5) Using symmetry and cartesian coordinates gives you all freedom, but it is not simple. 6) Remember: there is a steep ladder to scientific programming, but it pays at the end, ¡you become proficient in exploring math world! 7) In there are good places to explore. Best regards, Dr. Víctor Luaña -- . . DEEP THOUGHT in D. Adams; Hitchhikers Guide to the Galaxy: / `' \ "I think the problem, to be quite honest with you, /(o)(o)\ is that you have never actually known what the question is." /`. \/ .'\ / '`'` \ "Lo mediocre es peor que lo bueno, pero también es peor | \'`'`/ | que lo malo, porque la mediocridad no es un grado, es una | |'`'`| | actitud" \/`'`'`'\/ -- Jorge Wasenberg, 2015 ===(((==)))==================================+========================= ! Dr.Víctor Luaña, in silico chemist & prof. ! Mediocre is worse than ! Departamento de Química Física y Analítica ! good, but it is also ! Universidad de Oviedo, 33006-Oviedo, Spain ! worse than bad, because ! e-mail: victor*fluor.quimica.uniovi.es ! mediocrity is not a grade, ! phone: +34-985-103491 fax: +34-985-103125 ! it is an attitude +--------------------------------------------+ GroupPage : http://azufre.quimica.uniovi.es/ (being reworked) From owner-chemistry@ccl.net Sun Apr 19 08:22:01 2015 From: "=?iso-8859-1?Q?V=EDctor_Lua=F1a?= Cabal victor(_)fluor.quimica.uniovi.es" To: CCL Subject: CCL:G: Optimization in Z-matrix vs Cartesian coordinates Message-Id: <-51270-150419081341-6376-epf3gUDiYvdbo6jxNKi2Zw/a\server.ccl.net> X-Original-From: =?iso-8859-1?Q?V=EDctor_Lua=F1a?= Cabal Content-disposition: inline Content-transfer-encoding: 8BIT Content-type: text/plain; charset=iso-8859-1 Date: Sun, 19 Apr 2015 14:06:31 +0200 MIME-version: 1.0 Sent to CCL by: =?iso-8859-1?Q?V=EDctor_Lua=F1a?= Cabal [victor##fluor.quimica.uniovi.es] On Sat, Apr 18, 2015 at 09:45:42PM +0400, Grigoriy Zhurko reg_zhurko/achemcraftprog.com wrote: > > Sent to CCL by: Grigoriy Zhurko [reg_zhurko__chemcraftprog.com] > I initially supposed that a geometry optimization, if it is performed > in properly composed Z-matrix, takes less optimization steps than if it > runs in Cartesian coordinates. Is that wrong? A properly constructed > Z-matrix, as far as I suppose, must use dummy atoms for each aromatic > cycle in the molecule (the dummy atom is placed in the center of > a cycle). > I don't mean here the symmetry constraints. I want to compare the > speed of geometry optimization of a non-symmetrical molecule (C1) > in Z-matrix and Cartesian coordinates. > I have this question because I have implemented automatic generation > of Z-matrix in my program Chemcraft, and I wonder whether this feature > can be useful. I appreciate any suggestions, in which cases such feature > can be used. Grigoriy, 1) Last time I taught quantum chemistry I prepared for my students some slides showing the importance of exploring several ways for optimizing the geometry of a molecule. 2) The examples are too simple to show here, but the lesson to consider is that every major quantum code (gamess, gaussian, UK-gamess, nwchem, columbus, dalton, adf, quantum-expresso, wien2k, orca, molcas, jaguar, ...) has tricks regarding how to drive optimizations 3) The task is far from trivial and, unfortunately, many of the tricks are hidden in shells of code hard to follow. Some have never been documented properly. 4) Some traditional repositories of code have disappeared, like the Indiana quantum chemistry exchange. Old programmers are retiring or worse. That's life ... 5) I had to do some days ago an estimation of the effort invested in programming a major quantum chemistry code: gaussian is now 50 years old. If we assume some 8 groups of developpers, 2 main programmers for group, 300 days working per year, 8 hour per day that eould be 1920000 hours ~ 220 years 6) It's clear the huge invest in developping a major code. 7) Proper citation of the codes used for any study is not only correct and ethic. It's an obligation for any group interested in the advancement of computational science. 8) In the software part of our web any may find source codes to explore and, eventually, use: Best regards, Dr. Víctor Luaña -- . . DEEP THOUGHT in D. Adams; Hitchhikers Guide to the Galaxy: / `' \ "I think the problem, to be quite honest with you, /(o)(o)\ is that you have never actually known what the question is." /`. \/ .'\ / '`'` \ "Lo mediocre es peor que lo bueno, pero también es peor | \'`'`/ | que lo malo, porque la mediocridad no es un grado, es una | |'`'`| | actitud" \/`'`'`'\/ -- Jorge Wasenberg, 2015 ===(((==)))==================================+========================= ! Dr.Víctor Luaña, in silico chemist & prof. ! Mediocre is worse than ! Departamento de Química Física y Analítica ! good, but it is also ! Universidad de Oviedo, 33006-Oviedo, Spain ! worse than bad, because ! e-mail: victor^^^fluor.quimica.uniovi.es ! mediocrity is not a grade, ! phone: +34-985-103491 fax: +34-985-103125 ! it is an attitude +--------------------------------------------+ GroupPage : http://azufre.quimica.uniovi.es/ (being reworked) From owner-chemistry@ccl.net Sun Apr 19 10:25:01 2015 From: "Henrique C. S. Junior henriquecsj^^gmail.com" To: CCL Subject: CCL: D95V and DZP Basis set on G09 Message-Id: <-51271-150419102157-24766-wgiN2EOCPtJV+a9DmpVfoQ-.-server.ccl.net> X-Original-From: "Henrique C. S. Junior" Content-Type: multipart/alternative; boundary="----=_Part_7317257_475167792.1429453311974" Date: Sun, 19 Apr 2015 14:21:51 +0000 (UTC) MIME-Version: 1.0 Sent to CCL by: "Henrique C. S. Junior" [henriquecsj:+:gmail.com] ------=_Part_7317257_475167792.1429453311974 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, I'm trying to reproduce results from some papers (Broken Symmetry in Cu= complexes).Most of the time, I'm working with ORCA, but now I'm using G09 = because I was unable to determine if ORCA has available the Basis Set D95V = (or equivalent).I'm receiving a syntax error in G09 when I try to use the B= asis Set DZP for Cu: C H N O Cl 06-31G(d)****Cu 0DZP**** Cu 0DZP Has any of you worked with DZP in G09? What is the correct syntax? Thank you in advance.=C2=A0--- Henrique C. S. Junior Qu=C3=ADmico Industrial - UFRRJMestrando em Qu=C3=ADmica Inorg=C3=A2nica - = UFRRJ Centro de Processamento de Dados - PMP ------=_Part_7317257_475167792.1429453311974 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi, I'm trying to reproduce results from some papers (= Broken Symmetry in Cu complexes).
M= ost of the time, I'm working with ORCA, but now I'm using G09 because I was= unable to determine if ORCA has available the Basis Set D95V (or equivalen= t).
I'm receiving a syntax error in= G09 when I try to use the Basis Set DZP for Cu:

C H= N O Cl 0
6-31G(d)
****
Cu 0
DZP
<= div id=3D"yui_3_16_0_1_1429449863030_17329" dir=3D"ltr" class=3D"" style=3D= "">****

Cu 0
DZP

Has any of y= ou worked with DZP in G09? What is the correct syntax?

Thank you in advance.
 
---
Henrique C. S. J= unior
Qu=C3=ADmico Industrial - UFRRJ
Mestrando em Qu=C3=ADmica Inorg=C3= =A2nica - UFRRJ
Centro de Processamento de Dados - PMP
<= /div>
------=_Part_7317257_475167792.1429453311974-- From owner-chemistry@ccl.net Sun Apr 19 11:01:01 2015 From: "Jacco van de Streek jacco.vandestreek##sund.ku.dk" To: CCL Subject: CCL: Optimization in Z-matrix vs Cartesian coordinates Message-Id: <-51272-150419105957-10589-6hgIRLTauDmQzBOHDi/flQ^server.ccl.net> X-Original-From: "Jacco van de Streek" Date: Sun, 19 Apr 2015 10:59:56 -0400 Sent to CCL by: "Jacco van de Streek" [jacco.vandestreek~!~sund.ku.dk] > I initially supposed that a geometry optimization, if it is performed in > properly composed Z-matrix, takes less optimization steps than if it runs in > Cartesian coordinates. Is that wrong? For a molecular compound, if the alternative is x,y,z coordinates, that should be correct. A Z-matrix in principle allows for a more natural description of the degrees of freedom in terms of bonds, valence angles and torsions. As you write, this is only true for "a properly composed Z-matrix" because a Z-matrix description is not unique and Z-matrix descriptions in which e.g. rotatable torsions do not correspond to chemical torsions would get you into trouble even though the Z-matrices would all be mathematically equivalent. A trivial example where a Z-matrix description should be vastly superior to optimisation in x,y,z coordinates is as follows: imagine a fully energy-minimised biphenyl molecule. Now distort the molecule by changing the length of the central bond connecting the two phenyl rings by moving the two phenyl rings slightly apart (or closer), leaving the minimised geometry of the phenyl rings intact. A geometry optimisation in Z-matrix description should only change the central bond and this should converge very quickly, whereas a geometry optimisation in Cartesian coordinates will distort neighbours of the central atoms in the first step, which will ripple out to the extremes of the molecule and then back. At least that is the theory and the very little experimenting I have done and have heard/read about supports this. > A properly constructed Z-matrix, as far > as I suppose, must use dummy atoms for each aromatic cycle in the > molecule (the dummy atom is placed in the center of a cycle). > I don't mean here the symmetry constraints. I want to compare the speed of > geometry optimization of a non-symmetrical molecule (C1) in Z-matrix and > Cartesian coordinates. > I have this question because I have implemented automatic generation of Z- > matrix in my program Chemcraft, and I wonder whether this feature can be > useful. I appreciate any suggestions, in which cases such feature can be > used. There is a more general method for choosing the optimal coordinates for an geometry optimisation, called "delocalised internal coordinates": Baker, J.; Kessi, A.; Delley, B. J. Chem. Phys. 1996, 105, 192. Best wishes, -- Dr Jacco van de Streek Department of Pharmacy University of Copenhagen From owner-chemistry@ccl.net Sun Apr 19 12:13:01 2015 From: "John McKelvey jmmckel*o*gmail.com" To: CCL Subject: CCL: Optimization in Z-matrix vs Cartesian coordinates Message-Id: <-51273-150419120109-26842-GgaEPfyUgd//l1aefFUTag(0)server.ccl.net> X-Original-From: John McKelvey Content-Type: multipart/alternative; boundary=001a1147f248403ffb051415eb10 Date: Sun, 19 Apr 2015 12:00:57 -0400 MIME-Version: 1.0 Sent to CCL by: John McKelvey [jmmckel..gmail.com] --001a1147f248403ffb051415eb10 Content-Type: text/plain; charset=UTF-8 Just curious.. Where does redundant internal coordinates optimization fit in this discussion? Does it change the discussion about biphenyl, my favorite test case also? John On Sun, Apr 19, 2015 at 10:59 AM, Jacco van de Streek jacco.vandestreek## sund.ku.dk wrote: > > Sent to CCL by: "Jacco van de Streek" [jacco.vandestreek~!~sund.ku.dk] > > I initially supposed that a geometry optimization, if it is performed in > > properly composed Z-matrix, takes less optimization steps than if it > runs in > > Cartesian coordinates. Is that wrong? > > For a molecular compound, if the alternative is x,y,z coordinates, that > should be correct. A Z-matrix in principle allows for a more natural > description of the degrees of freedom in terms of bonds, valence angles and > torsions. As you write, this is only true for "a properly composed > Z-matrix" because a Z-matrix description is not unique and Z-matrix > descriptions in which e.g. rotatable torsions do not correspond to chemical > torsions would get you into trouble even though the Z-matrices would all be > mathematically equivalent. > > A trivial example where a Z-matrix description should be vastly superior > to optimisation in x,y,z coordinates is as follows: imagine a fully > energy-minimised biphenyl molecule. Now distort the molecule by changing > the length of the central bond connecting the two phenyl rings by moving > the two phenyl rings slightly apart (or closer), leaving the minimised > geometry of the phenyl rings intact. A geometry optimisation in Z-matrix > description should only change the central bond and this should converge > very quickly, whereas a geometry optimisation in Cartesian coordinates will > distort neighbours of the central atoms in the first step, which will > ripple out to the extremes of the molecule and then back. At least that is > the theory and the very little experimenting I have done and have > heard/read about supports this. > > > A properly constructed Z-matrix, as far > > as I suppose, must use dummy atoms for each aromatic cycle in the > > molecule (the dummy atom is placed in the center of a cycle). > > I don't mean here the symmetry constraints. I want to compare the speed > of > > geometry optimization of a non-symmetrical molecule (C1) in Z-matrix and > > Cartesian coordinates. > > I have this question because I have implemented automatic generation of > Z- > > matrix in my program Chemcraft, and I wonder whether this feature can be > > useful. I appreciate any suggestions, in which cases such feature can be > > used. > > There is a more general method for choosing the optimal coordinates for an > geometry optimisation, called "delocalised internal coordinates": Baker, > J.; Kessi, A.; Delley, B. J. Chem. Phys. 1996, 105, 192. > > Best wishes, > -- > Dr Jacco van de Streek > Department of Pharmacy > University of Copenhagen> > > -- John McKelvey 10819 Middleford Pl Ft Wayne, IN 46818 260-489-2160 jmmckel**gmail.com --001a1147f248403ffb051415eb10 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Just curious.. Where does redundant internal coordina= tes optimization fit in this discussion?=C2=A0 Does it change the discussio= n about biphenyl, my favorite test case also?=C2=A0

John=

O= n Sun, Apr 19, 2015 at 10:59 AM, Jacco van de Streek jacco.vandestreek##sund.ku.dk <owner-chemistry**ccl.net> wrote:

Sent to CCL by: "Jacco=C2=A0 van de Streek" [jacco.vandestreek~!~=
sund.ku.dk]
> I initially supposed that a geometry optimization, if it is performed = in
> properly composed Z-matrix, takes less optimization steps than if it r= uns in
> Cartesian coordinates. Is that wrong?

For a molecular compound, if the alternative is x,y,z coordinates, that sho= uld be correct. A Z-matrix in principle allows for a more natural descripti= on of the degrees of freedom in terms of bonds, valence angles and torsions= . As you write, this is only true for "a properly composed Z-matrix&qu= ot; because a Z-matrix description is not unique and Z-matrix descriptions = in which e.g. rotatable torsions do not correspond to chemical torsions wou= ld get you into trouble even though the Z-matrices would all be mathematica= lly equivalent.

A trivial example where a Z-matrix description should be vastly superior to= optimisation in x,y,z coordinates is as follows: imagine a fully energy-mi= nimised biphenyl molecule. Now distort the molecule by changing the length = of the central bond connecting the two phenyl rings by moving the two pheny= l rings slightly apart (or closer), leaving the minimised geometry of the p= henyl rings intact. A geometry optimisation in Z-matrix description should = only change the central bond and this should converge very quickly, whereas= a geometry optimisation in Cartesian coordinates will distort neighbours o= f the central atoms in the first step, which will ripple out to the extreme= s of the molecule and then back. At least that is the theory and the very l= ittle experimenting I have done and have heard/read about supports this.
>=C2=A0 A properly constructed Z-matrix, as far
> as I suppose, must use dummy atoms for each aromatic cycle in the
> molecule (the dummy atom is placed in the center of a cycle).
> I don't mean here the symmetry constraints. I want to compare the = speed of
> geometry optimization of a non-symmetrical molecule (C1) in Z-matrix a= nd
> Cartesian coordinates.
> I have this question because I have implemented automatic generation o= f Z-
> matrix in my program Chemcraft, and I wonder whether this feature can = be
> useful. I appreciate any suggestions, in which cases such feature can = be
> used.

There is a more general method for choosing the optimal coordinates for an = geometry optimisation, called "delocalised internal coordinates":= Baker, J.; Kessi, A.; Delley, B. J. Chem. Phys. 1996, 105, 192.

Best wishes,
--
Dr Jacco van de Streek
Department of Pharmacy
University of Copenhagen



-=3D This is automatically added to each message by the mailing script =3D-=
E-mail to subscribers: CHEMISTRY**ccl.n= et or use:
=C2=A0 =C2=A0 =C2=A0 http://www.ccl.net/cgi-bin/ccl/send_ccl_message=

E-mail to administrators: CHEM= ISTRY-REQUEST**ccl.net or use
=C2=A0 =C2=A0 =C2=A0 http://www.ccl.net/cgi-bin/ccl/send_ccl_message=

Subscribe/Unsubscribe:
=C2=A0 =C2=A0 =C2=A0 http://www.ccl.net/chemistry/sub_unsub.shtml

Before posting, check wait time at: http://www.ccl.net

Job: http://www.ccl.n= et/jobs
Conferences: http://server.ccl.net/chemistry/announcements/co= nferences/

Search Messages: http://www.ccl.net/chemistry/searchccl/index.shtml
=C2=A0 =C2=A0 =C2=A0
http://www.ccl.net/spammers.txt

RTFI: http://www.ccl.net/chemistry/aboutccl/instructions/





--
John McKelvey
10819 Middleford Pl
Ft Wayne, IN 46818
260-4= 89-2160
jmmckel**g= mail.com
--001a1147f248403ffb051415eb10-- From owner-chemistry@ccl.net Sun Apr 19 13:53:00 2015 From: "Chris Swain swain|a|mac.com" To: CCL Subject: CCL:G: The best molecule specification format Message-Id: <-51274-150419030628-2833-abj6zFEF+vxut26RVtuBog],[server.ccl.net> X-Original-From: Chris Swain Content-type: multipart/alternative; boundary="Apple-Mail=_656E204F-BB71-4EA7-BA74-EB1F87503D51" Date: Sun, 19 Apr 2015 08:06:19 +0100 MIME-version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Sent to CCL by: Chris Swain [swain^-^mac.com] --Apple-Mail=_656E204F-BB71-4EA7-BA74-EB1F87503D51 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 I am reminded of this https://xkcd.com/927/ Chris > On 18 Apr 2015, at 20:54, V=EDctor Lua=F1a Cabal victor * = fluor.quimica.uniovi.es wrote: >=20 >=20 > Sent to CCL by: =3D?iso-8859-1?Q?V=3DEDctor_Lua=3DF1a?=3D Cabal = [victor]^[fluor.quimica.uniovi.es] > On Sat, Apr 18, 2015 at 12:47:45PM -0400, Safiya Ess Amer = amersaf85_-_yahoo.com wrote: >>=20 >> Sent to CCL by: "Safiya Ess Amer" [amersaf85.-$-.yahoo.com] >> Hi all >> I want to do geometry optimization of a system, what is the best = molecule=20 >> specification format, Z-Matrix, Cartesian coordinates, or Mixed to do = that? >=20 > Safiya, >=20 > 1) Which is best depends on many things: the quantum code, your = experience, > your abilities as scientific programmer. >=20 > 2) I remember you are using gaussian. >=20 > 3) For the optimizers installed in gaussian using Z-matrix can be very > efficient. >=20 > 4) If you enjoy programming you will love to read the postg code, that = is > able to use gaussian as a routine to drive optimizations and other = tasks. >=20 > 5) Using symmetry and cartesian coordinates gives you all freedom, but > it is not simple. >=20 > 6) Remember: there is a steep ladder to scientific programming, but > it pays at the end, =A1you become proficient in exploring math = world! >=20 > 7) In there = are > good places to explore. >=20 > Best regards, > Dr. V=EDctor Lua=F1a > -- > . . DEEP THOUGHT in D. Adams; Hitchhikers Guide to the Galaxy: > / `' \ "I think the problem, to be quite honest with you, > /(o)(o)\ is that you have never actually known what the question = is." > /`. \/ .'\=20 > / '`'` \ "Lo mediocre es peor que lo bueno, pero tambi=E9n es peor > | \'`'`/ | que lo malo, porque la mediocridad no es un grado, es una > | |'`'`| | actitud" > \/`'`'`'\/ -- Jorge Wasenberg, 2015 > = =3D=3D=3D(((=3D=3D)))=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > ! Dr.V=EDctor Lua=F1a, in silico chemist & prof. ! Mediocre is worse = than > ! Departamento de Qu=EDmica F=EDsica y Anal=EDtica ! good, but it is = also > ! Universidad de Oviedo, 33006-Oviedo, Spain ! worse than bad, because > ! e-mail: victor-$-fluor.quimica.uniovi.es ! mediocrity is not a = grade, > ! phone: +34-985-103491 fax: +34-985-103125 ! it is an attitude > +--------------------------------------------+ > GroupPage : http://azufre.quimica.uniovi.es/ > (being reworked) >=20 >=20 >=20 > -=3D This is automatically added to each message by the mailing script = =3D- > To recover the email address of the author of the message, please = change>=20>=20>=20 > Subscribe/Unsubscribe:=20>=20>=20 > Job: http://www.ccl.net/jobs=20 > Conferences: = http://server.ccl.net/chemistry/announcements/conferences/ >=20>=20>=20>=20 >=20 --Apple-Mail=_656E204F-BB71-4EA7-BA74-EB1F87503D51 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=iso-8859-1 I am reminded of this




Chris

On 18 Apr 2015, at 20:54, = V=EDctor Lua=F1a Cabal victor * fluor.quimica.uniovi.es <owner-chemistry_-_ccl.net> wrote:


Sent = to CCL by: =3D?iso-8859-1?Q?V=3DEDctor_Lua=3DF1a?=3D Cabal [victor]^[fluor.quimica.uniovi.es]
On Sat, Apr 18, = 2015 at 12:47:45PM -0400, Safiya Ess Amer amersaf85_-_yahoo.com wrote:

Sent to = CCL by: "Safiya Ess Amer" [amersaf85.-$-.yahoo.com]
Hi all
I want to = do geometry optimization of a system, what is the best molecule
specification format, Z-Matrix, Cartesian coordinates, or = Mixed to do that?

Safiya,

1) Which is best depends on many things: the = quantum code, your experience,
  your abilities = as scientific programmer.

2) I remember you = are using gaussian.

3) For the optimizers = installed in gaussian using Z-matrix can be very
=   efficient.

4) If you enjoy = programming you will love to read the postg code, that is
=   able to use gaussian as a routine to drive optimizations and = other tasks.

5) Using symmetry and = cartesian coordinates gives you all freedom, but
=   it is not simple.

6) Remember: = there is a steep ladder to scientific programming, but
=   it pays at the end, =A1you become proficient in exploring = math world!

7) In <http://en.wikipedia.org/wiki/Z-matrix_%28chemistry%29> = there are
  good places to explore.

Best regards,
=            Dr. = V=EDctor Lua=F1a
--
=     .  .    DEEP THOUGHT in D. = Adams; Hitchhikers Guide to the Galaxy:
=    / `' \   "I think the problem, to be quite = honest with you,
  /(o)(o)\  is that you = have never actually known what the question is."
=  /`. \/ .'\
/   '`'`   \ "Lo = mediocre es peor que lo bueno, pero tambi=E9n es peor
| =  \'`'`/  | que lo malo, porque la mediocridad no es un grado, = es una
|  |'`'`|  | actitud"
=  \/`'`'`'\/ =          -- Jorge = Wasenberg, 2015
=3D=3D=3D(((=3D=3D)))=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
! Dr.V=EDctor Lua=F1a, in silico chemist & prof. ! = Mediocre is worse than
! Departamento de Qu=EDmica F=EDsica = y Anal=EDtica ! good, but it is also
! Universidad de = Oviedo, 33006-Oviedo, Spain ! worse than bad, because
! = e-mail:   victor-$-fluor.quimica.uniovi.es   ! mediocrity is not a = grade,
! phone: +34-985-103491  fax: +34-985-103125 ! = it is an attitude
+--------------------------------------------+
= GroupPage : http://azufre.quimica.uniovi.es/
=             (b= eing reworked)



-=3D This is automatically added to each message by the = mailing script =3D-
To recover the email address of the = author of the message, please change
the strange = characters on the top line to the _-_ sign. You can also
look = up the X-Original-From: line in the mail header.

E-mail to subscribers: CHEMISTRY_-_ccl.net or use:
=      http://www.ccl.net/cgi-bin/ccl/send_ccl_message

E-mail to administrators: CHEMISTRY-REQUEST_-_ccl.net or use
=      http://www.ccl.net/cgi-bin/ccl/send_ccl_message

=      http://www.ccl.net/chemistry/sub_unsub.shtml

Before posting, check wait time at: http://www.ccl.net

Job: http://www.ccl.net/jobs
Conferences: http://server.ccl.net/chemistry/announcements/conferences/<= br class=3D"">
Search Messages: http://www.ccl.net/chemistry/searchccl/index.shtml

If your mail bounces from CCL with 5.7.1 = error, check:
     http://www.ccl.net/spammers.txt

RTFI: http://www.ccl.net/chemistry/aboutccl/instructions/



= --Apple-Mail=_656E204F-BB71-4EA7-BA74-EB1F87503D51-- From owner-chemistry@ccl.net Sun Apr 19 14:28:01 2015 From: "Tymofii Nikolaienko tim_mail..ukr.net" To: CCL Subject: CCL: Wavefunction file for GAMESS Message-Id: <-51275-150419030756-3025-JKaPts2tStVu+ElWoEvH4A(a)server.ccl.net> X-Original-From: Tymofii Nikolaienko Content-Type: multipart/alternative; boundary="------------040905060906080308060700" Date: Sun, 19 Apr 2015 10:07:50 +0300 MIME-Version: 1.0 Sent to CCL by: Tymofii Nikolaienko [tim_mail(a)ukr.net] This is a multi-part message in MIME format. --------------040905060906080308060700 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit You may try using some options of GAMESS to print MO coefficients into its output file, then take MOLDEN to open it and save in a .molden format. Finally, use Molden2AIM ( http://people.smu.edu/wzou/program/ ) to convert .molden file to .wfn. Some quantum chemistry codes may have different basis function normalization conventions. To check that your .molden file is OK, JANPA program can help ( http://janpa.sf.net ) - it checks for basis function normalization and orthogonality at the beginning of calculations. Tymofii 19.04.2015 7:24, Kaushik Hatua kaushikhatua[]yahoo.in wrote: > G09 has straight forward keyword for generation .wfn file. Can anybody > know similar keyword for GAMESS > or FIREFLY > > Sent from Nokia Lumia --------------040905060906080308060700 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 7bit You may try using some options of GAMESS to print MO coefficients into its output file,
then take MOLDEN to open it and save in a .molden format.
Finally, use Molden2AIM ( http://people.smu.edu/wzou/program/ ) to convert .molden file to .wfn.
Some quantum chemistry codes may have different basis function normalization
conventions. To check that your .molden file is OK, JANPA program can help ( http://janpa.sf.net ) -
it checks for basis function normalization and orthogonality at the beginning of calculations.

Tymofii


19.04.2015 7:24, Kaushik Hatua kaushikhatua[]yahoo.in wrote:
G09 has straight forward keyword for generation .wfn file. Can anybody know similar keyword for GAMESS
or FIREFLY

Sent from Nokia Lumia
--------------040905060906080308060700-- From owner-chemistry@ccl.net Sun Apr 19 15:03:01 2015 From: "=?iso-8859-1?Q?V=EDctor_Lua=F1a?= Cabal victor_._fluor.quimica.uniovi.es" To: CCL Subject: CCL:G: Wavefunction file for GAMESS Message-Id: <-51276-150419055042-26745-g4o7he2DueXu++LGDBCL2w-*-server.ccl.net> X-Original-From: =?iso-8859-1?Q?V=EDctor_Lua=F1a?= Cabal Content-transfer-encoding: 8BIT Content-type: multipart/mixed; boundary="Boundary_(ID_PfqjpKIYD6U0vZsI0Dg95w)" Date: Sun, 19 Apr 2015 11:43:31 +0200 MIME-version: 1.0 Sent to CCL by: =?iso-8859-1?Q?V=EDctor_Lua=F1a?= Cabal [victor(a)fluor.quimica.uniovi.es] --Boundary_(ID_PfqjpKIYD6U0vZsI0Dg95w) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT Content-disposition: inline On Sun, Apr 19, 2015 at 09:54:13AM +0530, Kaushik Hatua kaushikhatua[]yahoo.in wrote: > G09 has straight forward keyword for generation .wfn file. > Can anybody know similar keyword for GAMESS > or FIREFLY Kaushik, 1) I had never heard from firefly (or I don't remember it) 2) Obtaining and studying the wfn is the speciality of my research group. Let me provide examples for gamess and gaussian. 3) Other freeware code for academic purposes: orca 4) Let me attach some extract scripts I have written to examine the long outputs of gaussian or gamess and provide a short table of the most interesting properties. Notice that programmers may introduce small changes from version to version and my extractors must be adapted to your version (and I don't have time to help, before august) Best regards, Dr. Víctor Luaña #################### gaussian ########################################## $RunGauss %NoSave %Chk=c5h4.chk %NProc=1 #P b3lyp/6-31G(d,p) density=current opt=tight IOP(6/7=3) output=wfn scf=tight gfinput C5H4 spiropentadiene 0 1 C C 1 dCC1 C 2 dCC2 1 aCCC3 C 1 dCC1 3 aCCC2 2 bCCC1 C 4 dCC2 1 aCCC3 3 bCCC2 H 2 dCH 1 aHCC 3 bHCCC H 3 dCH 1 aHCC 2 bHCCC H 4 dCH 1 aHCC 5 bHCCC H 5 dCH 1 aHCC 4 bHCCC dCC1 = 2.320 dCC2 = 2.186 dCH = 1.475 aCCC2 = 143.73 aCCC3 = 63.89 aHCC = 149.16 bCCC1 = 131.93 bCCC2 = 131.93 bHCCC = 180.00 c5h4.wfn ######################################################################## ################## gamess ############################################## H2O2 !$contrl runtyp=optimize exetyp=run coord=zmt aimpac=.true. $end $contrl exetyp=run coord=zmt aimpac=.true. $end !$contrl exetyp=check coord=zmt aimpac=.true. $end $data Molecula de H2O2. Geometria experimental. cn 2 O O 1 rOO H 1 rOH 2 alfa H 2 rOH 1 alfa 3 beta 0 rOO=1.452 rOH=0.965 alfa=100.0 beta=119.1 $end $BASIS GBASIS=N311 NGAUSS=6 diffsp=.true. ndfunc=2 $END ######################################################################## --Boundary_(ID_PfqjpKIYD6U0vZsI0Dg95w) Content-type: text/plain; charset=us-ascii; NAME=extract-gamess.awk Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=extract-gamess.awk #! /usr/bin/awk -f # # Analysis of the Gamess output # Final geometry of an optimization and report of distances and angles # function PrintAngle(i1, i2, i3){ x21 = atxc[i2,ng] - atxc[i1,ng] y21 = atyc[i2,ng] - atyc[i1,ng] z21 = atzc[i2,ng] - atzc[i1,ng] r21 = sqrt(x21*x21 + y21*y21 + z21*z21) x23 = atxc[i2,ng] - atxc[i3,ng] y23 = atyc[i2,ng] - atyc[i3,ng] z23 = atzc[i2,ng] - atzc[i3,ng] r23 = sqrt(x23*x23 + y23*y23 + z23*z23) pesc = (x21*x23 + y21*y23 + z21*z23) x123 = y21*z23 - y23*z21 y123 = z21*x23 - z23*x21 z123 = x21*y23 - x23*y21 pvec = sqrt(x123^2 + y123^2 + z123^2) angle = atan2(pvec,pesc) angle = 45 * angle / atan2(1,1) lbl0 = sprintf("%s-", atname[i1,ng]) lbl0 = lbl0 sprintf("%s-", atname[i2,ng]) lbl0 = lbl0 sprintf("%s", atname[i3,ng]) lbl1 = sprintf("%s(%d)-", atname[i1,ng], i1) lbl1 = lbl1 sprintf("%s(%d)-", atname[i2,ng], i2) lbl1 = lbl1 sprintf("%s(%d)", atname[i3,ng], i3) printf "ANGLE %12.6f %-12s %s\n", angle, lbl0, lbl1 } function PrintDihed(i1, i2, i3, i4){ # The vectorial products 12x23 and 23x34 will provide # the normal vectors of the two intersecting planes: x1 = atxc[i2,ng]-atxc[i1,ng] y1 = atyc[i2,ng]-atyc[i1,ng] z1 = atzc[i2,ng]-atzc[i1,ng] x2 = atxc[i3,ng]-atxc[i2,ng] y2 = atyc[i3,ng]-atyc[i2,ng] z2 = atzc[i3,ng]-atzc[i2,ng] ux1 = y1*z2-z1*y2 uy1 = z1*x2-x1*z2 uz1 = x1*y2-y1*x2 x3 = atxc[i4,ng]-atxc[i3,ng] y3 = atyc[i4,ng]-atyc[i3,ng] z3 = atzc[i4,ng]-atzc[i3,ng] ux2 = z3*y2-y3*z2 uy2 = x3*z2-z3*x2 uz2 = y3*x2-x3*y2 u1 = ux1*ux1+uy1*uy1+uz1*uz1 u2 = ux2*ux2+uy2*uy2+uz2*uz2 u = sqrt(u1*u2) if (u!=0.0) { cosa = (ux1*ux2+uy1*uy2+uz1*uz2) / u ux12 = uy1*uz2-uz1*uy2 uy12 = uz1*ux2-ux1*uz2 uz12 = ux1*uy2-uy1*ux2 sina = sqrt(ux12^2 + uy12^2 + uz12^2) / u dihedr = 45 * atan2(sina,cosa) / atan2(1,1) } else { dihedr = -720 } # error!!! lbl0 = sprintf("%s-", atname[i1,ng]) lbl0 = lbl0 sprintf("%s-", atname[i2,ng]) lbl0 = lbl0 sprintf("%s-", atname[i3,ng]) lbl0 = lbl0 sprintf("%s", atname[i4,ng]) lbl1 = sprintf("%s(%d)-", atname[i1,ng], i1) lbl1 = lbl1 sprintf("%s(%d)-", atname[i2,ng], i2) lbl1 = lbl1 sprintf("%s(%d)-", atname[i3,ng], i3) lbl1 = lbl1 sprintf("%s(%d)", atname[i4,ng], i4) printf "DIHEDRAL %12.6f %-14s %s\n", dihedr, lbl0, lbl1 } BEGIN{ bondmax = 1.15 atomicnumber["H" ] = 1; rcov[ 1] = 53; atomicnumber["HE"] = 2; rcov[ 2] = 70; atomicnumber["LI"] = 3; rcov[ 3] = 68; atomicnumber["BE"] = 4; rcov[ 4] = 35; atomicnumber["B" ] = 5; rcov[ 5] = 83; atomicnumber["C" ] = 6; rcov[ 6] = 68; atomicnumber["N" ] = 7; rcov[ 7] = 68; atomicnumber["O" ] = 8; rcov[ 8] = 68; atomicnumber["F" ] = 9; rcov[ 9] = 64; atomicnumber["NE"] = 10; rcov[ 10] = 70; atomicnumber["NA"] = 11; rcov[ 11] = 97; atomicnumber["MG"] = 12; rcov[ 12] = 110; atomicnumber["AL"] = 13; rcov[ 13] = 135; atomicnumber["SI"] = 14; rcov[ 14] = 120; atomicnumber["P" ] = 15; rcov[ 15] = 105; atomicnumber["S" ] = 16; rcov[ 16] = 102; atomicnumber["CL"] = 17; rcov[ 17] = 99; atomicnumber["AR"] = 18; rcov[ 18] = 70; atomicnumber["K" ] = 19; rcov[ 19] = 133; atomicnumber["CA"] = 20; rcov[ 20] = 99; atomicnumber["SC"] = 21; rcov[ 21] = 144; atomicnumber["TI"] = 22; rcov[ 22] = 147; atomicnumber["V" ] = 23; rcov[ 23] = 133; atomicnumber["CR"] = 24; rcov[ 24] = 135; atomicnumber["MN"] = 25; rcov[ 25] = 135; atomicnumber["FE"] = 26; rcov[ 26] = 134; atomicnumber["CO"] = 27; rcov[ 27] = 133; atomicnumber["NI"] = 28; rcov[ 28] = 150; atomicnumber["CU"] = 29; rcov[ 29] = 152; atomicnumber["ZN"] = 30; rcov[ 30] = 145; atomicnumber["GA"] = 31; rcov[ 31] = 122; atomicnumber["GE"] = 32; rcov[ 32] = 117; atomicnumber["AS"] = 33; rcov[ 33] = 121; atomicnumber["SE"] = 34; rcov[ 34] = 122; atomicnumber["BR"] = 35; rcov[ 35] = 121; atomicnumber["KR"] = 36; rcov[ 36] = 191; atomicnumber["RB"] = 37; rcov[ 37] = 147; atomicnumber["SR"] = 38; rcov[ 38] = 112; atomicnumber["Y" ] = 39; rcov[ 39] = 178; atomicnumber["ZR"] = 40; rcov[ 40] = 157; atomicnumber["NB"] = 41; rcov[ 41] = 148; atomicnumber["MO"] = 42; rcov[ 42] = 147; atomicnumber["TC"] = 43; rcov[ 43] = 135; atomicnumber["RU"] = 44; rcov[ 44] = 140; atomicnumber["RH"] = 45; rcov[ 45] = 145; atomicnumber["PD"] = 46; rcov[ 46] = 150; atomicnumber["AG"] = 47; rcov[ 47] = 159; atomicnumber["CD"] = 48; rcov[ 48] = 169; atomicnumber["IN"] = 49; rcov[ 49] = 163; atomicnumber["SN"] = 50; rcov[ 50] = 146; atomicnumber["SB"] = 51; rcov[ 51] = 146; atomicnumber["TE"] = 52; rcov[ 52] = 147; atomicnumber["I" ] = 53; rcov[ 53] = 140; atomicnumber["XE"] = 54; rcov[ 54] = 198; atomicnumber["CS"] = 55; rcov[ 55] = 167; atomicnumber["BA"] = 56; rcov[ 56] = 134; atomicnumber["LA"] = 57; rcov[ 57] = 187; atomicnumber["CE"] = 58; rcov[ 58] = 183; atomicnumber["PR"] = 59; rcov[ 59] = 182; atomicnumber["ND"] = 60; rcov[ 60] = 181; atomicnumber["PM"] = 61; rcov[ 61] = 180; atomicnumber["SM"] = 62; rcov[ 62] = 180; atomicnumber["EU"] = 63; rcov[ 63] = 199; atomicnumber["GD"] = 64; rcov[ 64] = 179; atomicnumber["TB"] = 65; rcov[ 65] = 176; atomicnumber["DY"] = 66; rcov[ 66] = 175; atomicnumber["HO"] = 67; rcov[ 67] = 174; atomicnumber["ER"] = 68; rcov[ 68] = 173; atomicnumber["TM"] = 69; rcov[ 69] = 172; atomicnumber["YB"] = 70; rcov[ 70] = 194; atomicnumber["LU"] = 71; rcov[ 71] = 172; atomicnumber["HF"] = 72; rcov[ 72] = 157; atomicnumber["TA"] = 73; rcov[ 73] = 143; atomicnumber["W" ] = 74; rcov[ 74] = 137; atomicnumber["RE"] = 75; rcov[ 75] = 135; atomicnumber["OS"] = 76; rcov[ 76] = 137; atomicnumber["IR"] = 77; rcov[ 77] = 132; atomicnumber["PT"] = 78; rcov[ 78] = 150; atomicnumber["AU"] = 79; rcov[ 79] = 150; atomicnumber["HG"] = 80; rcov[ 80] = 170; atomicnumber["TL"] = 81; rcov[ 81] = 155; atomicnumber["PB"] = 82; rcov[ 82] = 154; atomicnumber["BI"] = 83; rcov[ 83] = 154; atomicnumber["PO"] = 84; rcov[ 84] = 168; atomicnumber["AT"] = 85; rcov[ 85] = 170; atomicnumber["RN"] = 86; rcov[ 86] = 240; atomicnumber["FR"] = 87; rcov[ 87] = 200; atomicnumber["RA"] = 88; rcov[ 88] = 190; atomicnumber["AC"] = 89; rcov[ 89] = 188; atomicnumber["TH"] = 90; rcov[ 90] = 179; atomicnumber["PA"] = 91; rcov[ 91] = 161; atomicnumber["U" ] = 92; rcov[ 92] = 158; atomicnumber["NP"] = 93; rcov[ 93] = 155; atomicnumber["PU"] = 94; rcov[ 94] = 153; atomicnumber["AM"] = 95; rcov[ 95] = 151; atomicnumber["CM"] = 96; rcov[ 96] = 151; atomicnumber["BK"] = 97; rcov[ 97] = 151; atomicnumber["CF"] = 98; rcov[ 98] = 151; atomicnumber["ES"] = 99; rcov[ 99] = 151; atomicnumber["FM"] = 100; rcov[100] = 151; atomicnumber["MD"] = 101; rcov[101] = 151; atomicnumber["NO"] = 102; rcov[102] = 151; atomicnumber["LW"] = 103; rcov[103] = 151; } /RUN TITLE/ { getline getline gsub("^ *", "") gsub(" *$", "") runtitle = $0 } /STEP CPU/ { cpu = $10 } /TOTAL WALL CLOCK/ { cpuutil = $10 } /ATOM *ATOMIC *COORDINATES \(BOHR\)/,/^ *$/ { if (NF==5 && $2+0>0) { ng = 0 atn[ng]++ i = atn[ng] atname[i,ng] = $1 atZ[i,ng] = int($2) atxc[i,ng] = $3 atyc[i,ng] = $4 atzc[i,ng] = $5 } } /FINAL ENERGY/ { ng++ energy[ng] = $4 atn[ng] = 0 } /E\(MP2\)=/ { emp2 = $2 } /COORDINATES OF ALL ATOMS ARE/,/^$/ { if (NF==5 && $2+0>0) { atn[ng]++ i = atn[ng] atname[i,ng] = $1 atZ[i,ng] = int($2) atxc[i,ng] = $3 atyc[i,ng] = $4 atzc[i,ng] = $5 } } END { printf "%s\n\n", runtitle printf "Final energy (hartree) : %18.10f\n", energy[ng] if (emp2 < 0.0) { printf "MP2 energy (hartree) : %18.10f\n", emp2 } printf "Number of geometries : %d\n", ng printf "Analyzed file name : %s\n", FILENAME printf "gamess cpu time & usage : %d s (%s)\n", cpu, cpuutil printf "\n" printf " Atom number x y z\n" for (i=1; i<=atn[ng]; i++) { printf "%3d %-6s%4d %15.10f%15.10f%15.10f\n", i, atname[i,ng], atZ[i,ng], atxc[i,ng], atyc[i,ng], atzc[i,ng] } printf "\n" for (i=1; i<=atn[ng]; i++) { atrc[i] = sqrt(atxc[i,ng]^2 + atyc[i,ng]^2 + atzc[i,ng]^2) } # Determine bonded atoms and print bond distances for (i=1; i<=atn[ng]; i++) { for (j=1; j0) { atn++ i = atn atname[i] = $1 atZ[i] = int($2) atxc[i] = $3 * 0.5291771 atyc[i] = $4 * 0.5291771 atzc[i] = $5 * 0.5291771 } } /FREQUENCY:/ { for (i=2; i<=NF; i++) { nfreq++ freq[nfreq] = $i } } /INTENSITY:/ { for (i=2; i<=NF; i++) { ninten++ inten[ninten] = $i } } /ARE TAKEN AS ROTATIONS AND TRANSLATIONS/ { nrt0 = $2 nrt1 = $4 } /THERMOCHEMISTRY AT T=/ { Temp = $4 } /ROTATIONAL SYMMETRY NUMBER/ { RotSigma = $6 } /ROTATIONAL CONSTANTS/ { getline RotConst[1] = $1 # GHz RotConst[2] = $2 RotConst[3] = $3 } /HARMONIC ZERO POINT/ { getline getline HZeroPoint = $1 # kcal/mol } $1=="E" && $2=="H" && $3=="G" { getline getline getline getline getline getline Est = $2 # kcal/mol Hst = $3 Gst = $4 Cvst = $5 # cal/mol K Cpst = $6 Sst = $7 } END { printf "# %s\n\n", runtitle printf "# Final energy (hartree) : %18.10f\n", energy printf "# Number of geometries : %d\n", ng printf "# Analyzed file name : %s\n", FILENAME printf "# gamess cpu time & usage : %d s (%s)\n", cpu, cpuutil printf "\n" printf "# Atom number x y z\n" for (i=1; i<=atn; i++) { printf "# %3d %-6s%4d %15.10f%15.10f%15.10f\n", i, atname[i], atZ[i], atxc[i], atyc[i], atzc[i] } printf "\n" printf "# Rotational constants (GHz): " printf "%12.5f %12.5f %12.5f\n", RotConst[1], RotConst[2], RotConst[3] printf "# Rotational symmetry number: %4d\n", RotSigma printf "# Rotation & translation modes: %4d TO %4d\n", nrt0, nrt1 printf "# Point zero energy (kcal/mol): %15.6f\n", HZeroPoint printf "\n" printf "# Mode Frequency Intensity\n" for (i=1; i<=nfreq; i++) { printf " %4d %10.2f %10.5f %4d\n", i, freq[i], inten[i], (i>nrt1) } printf "\n" printf "# Trans. Rot. & Vib. contributions to the thermochemical properties\n" printf "# Temperature (K): %15.6f\n", Temp printf "# E (kcal/mol): %15.6f\n", Est printf "# H (kcal/mol): %15.6f\n", Hst printf "# G (kcal/mol): %15.6f\n", Gst printf "# Cv (cal/mol K): %15.6f\n", Cvst printf "# Cp (cal/mol K): %15.6f\n", Cpst printf "# S (cal/mol K): %15.6f\n", Sst printf "\n" for (i=1; i<=atn; i++) { atrc[i] = sqrt(atxc[i]^2 + atyc[i]^2 + atzc[i]^2) } # Determine bonded atoms and print bond distances for (i=1; i<=atn; i++) { for (j=1; j To: CCL Subject: CCL: Optimization in Z-matrix vs Cartesian coordinates Message-Id: <-51277-150419140940-28124-yrntrnPzbGvwmBwj34pxVA[]server.ccl.net> X-Original-From: "uekstrom^gmail.com" Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Date: Sun, 19 Apr 2015 20:09:35 +0200 MIME-Version: 1.0 Sent to CCL by: "uekstrom,+,gmail.com" [uekstrom,+,gmail.com] When you use Z-matrix coordinates you put in chemical knowledge into the optimization scheme itself. The same is done with redundant internals, but in a more unbiased fashion. If all goes well the Hessian is almost diagonal in these coordinates, and furthermore you can estimate the diagonal elements based on chemical principles. 2015-04-19 18:00 GMT+02:00 John McKelvey jmmckel*o*gmail.com : > Just curious.. Where does redundant internal coordinates optimization fit in > this discussion? Does it change the discussion about biphenyl, my favorite > test case also? If you use the exact Hessian you can use cartesian coordinates and avoid the "ripple effect", as long as you are not too far from the energy-minimizing geometry. With redundant internals you can take longer steps, so they are better in that sense. Regards, Ulf Ekström From owner-chemistry@ccl.net Sun Apr 19 16:35:01 2015 From: "Cina Foroutan-Nejad canyslopus-*-yahoo.co.uk" To: CCL Subject: CCL: Wavefunction file for GAMESS Message-Id: <-51278-150419163345-16563-guteVaMOawWJie7H0rW++g .. server.ccl.net> X-Original-From: Cina Foroutan-Nejad Content-Type: multipart/alternative; boundary="404364280-1797762279-1429475617=:87898" Date: Sun, 19 Apr 2015 21:33:37 +0100 MIME-Version: 1.0 Sent to CCL by: Cina Foroutan-Nejad [canyslopus##yahoo.co.uk] --404364280-1797762279-1429475617=:87898 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Years ago I was working with GAMESS it had a keyword for making wfn files. = It was simply Bader. But honestly I haven't worked with GAMESS for years. I= hope it's still there.=A0=0A=0A=0AGood luck,=A0=0A=0ACina=0A=0ASent from Y= ahoo Mail on Android=0A=0AFrom:"Tymofii Nikolaienko tim_mail..ukr.net" =0ADate:Sun, 19 Apr, 2015 at 21:40=0ASubject:CCL: Wave= function file for GAMESS=0A=0AYou may try using some options of GAMESS to p= rint MO coefficients into its output file,=0Athen take MOLDEN to open it an= d save in a .molden format.=0AFinally, use Molden2AIM ( http://people.smu.e= du/wzou/program/ ) to convert .molden file to .wfn.=0ASome quantum chemistr= y codes may have different basis function normalization=0Aconventions. To c= heck that your .molden file is OK, JANPA program can help ( http://janpa.sf= .net ) -=0Ait checks for basis function normalization and orthogonality at = the beginning of calculations.=0A=0ATymofii=0A=0A=0A19.04.2015 7:24, Kaushi= k Hatua kaushikhatua[]yahoo.in wrote: =0A=0AG09 has straight forward keywor= d for generation .wfn file. Can anybody know similar keyword for GAMESS=0Ao= r FIREFLY=0A=0ASent from Nokia Lumia =0A=0A --404364280-1797762279-1429475617=:87898 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Years ago I was working with GAMESS it had a keyword for making wfn fil= es. It was simply Bader. But honestly I haven't worked with GAMESS for year= s. I hope it's still there. 

Good luck, 
Cina

Sent from Yahoo Mail on Android


=
<= div style=3D"font-family:Roboto, sans-serif;color:#7e7d80;" id=3D"yMail_cur= sorElementTracker_0.9029148819390684">From:"Tymofii Nikolaienko tim_= mail..ukr.net" <owner-chemistry[A]ccl.net>
Date:Sun, 19 Apr, = 2015 at 21:40
Subject:CCL: Wavefunction file for GAMESS

=0A You may try using some options of GAMESS to print MO coefficien= ts=0A into its output file,
=0A then take MOLDEN to open it and sa= ve in a .molden format.
=0A Finally, use Molden2AIM ( http://people.smu.edu/wzou/program/ ) to=0A = convert .molden file to .wfn.
=0A Some quantum chemistry codes may h= ave different basis function=0A normalization
=0A conventions. To = check that your .molden file is OK, JANPA program=0A can help ( http://janpa.sf.net ) -
=0A it checks for basis= function normalization and orthogonality at the=0A beginning of calcula= tions.
=0A
=0A Tymofii
=0A
=0A
=0A 19.04.2= 015 7:24, Kaushik Hatua kaushikhatua[]yahoo.in wrote:=0A
=0A =0A
=0A
G09=0A has straight forward keywo= rd for generation .wfn file. Can=0A anybody know similar keyword f= or GAMESS
=0A or FIREFLY
=0A
=0A Sent = > from Nokia Lumia
=0A
=0A
=0A
--404364280-1797762279-1429475617=:87898-- From owner-chemistry@ccl.net Sun Apr 19 18:15:01 2015 From: "James Buchwald buchwj###rpi.edu" To: CCL Subject: CCL: Wavefunction file for GAMESS Message-Id: <-51279-150419175748-18658-1uPJ2Vd5O2A4mhgKxk7buw*server.ccl.net> X-Original-From: James Buchwald Content-Type: multipart/alternative; boundary="------------050209060706060200000807" Date: Sun, 19 Apr 2015 17:57:37 -0400 MIME-Version: 1.0 Sent to CCL by: James Buchwald [buchwj : rpi.edu] This is a multi-part message in MIME format. --------------050209060706060200000807 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Yes, the keyword is still there. Including AIMPAC=.TRUE. in your $CONTRL section will tell GAMESS to punch a WFN file. Best, James On 4/19/2015 4:33 PM, Cina Foroutan-Nejad canyslopus-*-yahoo.co.uk wrote: > Years ago I was working with GAMESS it had a keyword for making wfn > files. It was simply Bader. But honestly I haven't worked with GAMESS > for years. I hope it's still there. > > Good luck, > Cina > > Sent from Yahoo Mail on Android > > > ------------------------------------------------------------------------ > *From*:"Tymofii Nikolaienko tim_mail..ukr.net" > *Date*:Sun, 19 Apr, 2015 at 21:40 > *Subject*:CCL: Wavefunction file for GAMESS > > You may try using some options of GAMESS to print MO coefficients into > its output file, > then take MOLDEN to open it and save in a .molden format. > Finally, use Molden2AIM ( http://people.smu.edu/wzou/program/ ) to > convert .molden file to .wfn. > Some quantum chemistry codes may have different basis function > normalization > conventions. To check that your .molden file is OK, JANPA program can > help ( http://janpa.sf.net ) - > it checks for basis function normalization and orthogonality at the > beginning of calculations. > > Tymofii > > > 19.04.2015 7:24, Kaushik Hatua kaushikhatua[]yahoo.in wrote: >> G09 has straight forward keyword for generation .wfn file. Can >> anybody know similar keyword for GAMESS >> or FIREFLY >> >> Sent > from Nokia Lumia > -- James R. Buchwald Doctoral Candidate, Dept. of Chemistry and Chemical Biology Rensselaer Polytechnic Institute Graduate Researcher, Dinolfo Laboratory Teaching Assistant, Experimental Chemistry IV --------------050209060706060200000807 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 8bit Yes, the keyword is still there.  Including AIMPAC=.TRUE. in your $CONTRL section will tell GAMESS to punch a WFN file.

Best,
James

On 4/19/2015 4:33 PM, Cina Foroutan-Nejad canyslopus-*-yahoo.co.uk wrote:
Years ago I was working with GAMESS it had a keyword for making wfn files. It was simply Bader. But honestly I haven't worked with GAMESS for years. I hope it's still there. 

Good luck, 
Cina

Sent from Yahoo Mail on Android


From:"Tymofii Nikolaienko tim_mail..ukr.net" <owner-chemistry*|*ccl.net>
Date:Sun, 19 Apr, 2015 at 21:40
Subject:CCL: Wavefunction file for GAMESS

You may try using some options of GAMESS to print MO coefficients into its output file,
then take MOLDEN to open it and save in a .molden format.
Finally, use Molden2AIM ( http://people.smu.edu/wzou/program/ ) to convert .molden file to .wfn.
Some quantum chemistry codes may have different basis function normalization
conventions. To check that your .molden file is OK, JANPA program can help ( http://janpa.sf.net ) -
it checks for basis function normalization and orthogonality at the beginning of calculations.

Tymofii


19.04.2015 7:24, Kaushik Hatua kaushikhatua[]yahoo.in wrote:
G09 has straight forward keyword for generation .wfn file. Can anybody know similar keyword for GAMESS
or FIREFLY

Sent > from Nokia Lumia

-- 
James R. Buchwald
Doctoral Candidate, Dept. of Chemistry and Chemical Biology
Rensselaer Polytechnic Institute
Graduate Researcher, Dinolfo Laboratory
Teaching Assistant, Experimental Chemistry IV
--------------050209060706060200000807-- From owner-chemistry@ccl.net Sun Apr 19 19:00:00 2015 From: "Jim Kress jimkress35+/-gmail.com" To: CCL Subject: CCL: Optimization in Z-matrix vs Cartesian coordinates Message-Id: <-51280-150419185846-22044-btZEx712FIYlRrOhPuXmyA[#]server.ccl.net> X-Original-From: "Jim Kress" Content-Language: en-us Content-Type: multipart/alternative; boundary="----=_NextPart_000_006D_01D07AD2.D7C57FF0" Date: Sun, 19 Apr 2015 18:58:36 -0400 MIME-Version: 1.0 Sent to CCL by: "Jim Kress" [jimkress35[*]gmail.com] This is a multipart message in MIME format. ------=_NextPart_000_006D_01D07AD2.D7C57FF0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable GAMESS documentation has an extended discussion about geometry = optimization and what representation of the coordinates provides the = best, and most rapid convergence to the optimum. =20 http://www.msg.ameslab.gov/gamess/GAMESS_Manual/refs.pdf =20 Page 149 and following. =20 John is correct when he notes redundant or natural internal coordinates = are preferred. Using Gamess or Firefly, the natural internals can be = auto-generated from a Z-matrix or Cartesian input. =20 Jim =20 > From: owner-chemistry+jimkress35=3D=3Dgmail.com * ccl.net = [mailto:owner-chemistry+jimkress35=3D=3Dgmail.com * ccl.net] On Behalf Of = John McKelvey jmmckel*o*gmail.com Sent: Sunday, April 19, 2015 12:01 PM To: Kress, Jim Subject: CCL: Optimization in Z-matrix vs Cartesian coordinates =20 Just curious.. Where does redundant internal coordinates optimization = fit in this discussion? Does it change the discussion about biphenyl, = my favorite test case also? =20 John =20 On Sun, Apr 19, 2015 at 10:59 AM, Jacco van de Streek = jacco.vandestreek##sund.ku.dk > wrote: Sent to CCL by: "Jacco van de Streek" [jacco.vandestreek~!~sund.ku.dk = ] > I initially supposed that a geometry optimization, if it is performed = in > properly composed Z-matrix, takes less optimization steps than if it = runs in > Cartesian coordinates. Is that wrong? For a molecular compound, if the alternative is x,y,z coordinates, that = should be correct. A Z-matrix in principle allows for a more natural = description of the degrees of freedom in terms of bonds, valence angles = and torsions. As you write, this is only true for "a properly composed = Z-matrix" because a Z-matrix description is not unique and Z-matrix = descriptions in which e.g. rotatable torsions do not correspond to = chemical torsions would get you into trouble even though the Z-matrices = would all be mathematically equivalent. A trivial example where a Z-matrix description should be vastly superior = to optimisation in x,y,z coordinates is as follows: imagine a fully = energy-minimised biphenyl molecule. Now distort the molecule by changing = the length of the central bond connecting the two phenyl rings by moving = the two phenyl rings slightly apart (or closer), leaving the minimised = geometry of the phenyl rings intact. A geometry optimisation in Z-matrix = description should only change the central bond and this should converge = very quickly, whereas a geometry optimisation in Cartesian coordinates = will distort neighbours of the central atoms in the first step, which = will ripple out to the extremes of the molecule and then back. At least = that is the theory and the very little experimenting I have done and = have heard/read about supports this. > A properly constructed Z-matrix, as far > as I suppose, must use dummy atoms for each aromatic cycle in the > molecule (the dummy atom is placed in the center of a cycle). > I don't mean here the symmetry constraints. I want to compare the = speed of > geometry optimization of a non-symmetrical molecule (C1) in Z-matrix = and > Cartesian coordinates. > I have this question because I have implemented automatic generation = of Z- > matrix in my program Chemcraft, and I wonder whether this feature can = be > useful. I appreciate any suggestions, in which cases such feature can = be > used. There is a more general method for choosing the optimal coordinates for = an geometry optimisation, called "delocalised internal coordinates": = Baker, J.; Kessi, A.; Delley, B. J. Chem. Phys. 1996, 105, 192. Best wishes, -- Dr Jacco van de Streek Department of Pharmacy University of Copenhagen -=3D This is automatically added to each message by the mailing script = =3D-
or use:E-mail to administrators: CHEMISTRY-REQUEST() ccl.net = or usehttp://www.ccl.net/chemistry/sub_unsub.shtml=20 ------=_NextPart_000_006D_01D07AD2.D7C57FF0 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable

GAMESS documentation has an extended discussion about geometry = optimization and what representation of the coordinates provides the = best, and most rapid convergence to the optimum.

 

http://= www.msg.ameslab.gov/gamess/GAMESS_Manual/refs.pdf

 

Page 149 and following.

 

John is correct when he notes redundant or natural internal coordinates = are preferred.=C2=A0 Using Gamess or Firefly, the natural internals can = be auto-generated from a Z-matrix or Cartesian = input.

 

Jim

 

From:<= /b> = owner-chemistry+jimkress35=3D=3Dgmail.com * ccl.net = [mailto:owner-chemistry+jimkress35=3D=3Dgmail.com * ccl.net] On Behalf = Of John McKelvey jmmckel*o*gmail.com
Sent: Sunday, April = 19, 2015 12:01 PM
To: Kress, Jim
Subject: = CCL: Optimization in Z-matrix vs Cartesian = coordinates

 

Just curious.. Where does redundant = internal coordinates optimization fit in this discussion?  Does it = change the discussion about biphenyl, my favorite test case also?  =

John

 

On Sun, = Apr 19, 2015 at 10:59 AM, Jacco van de Streek jacco.vandestreek##sund.ku.dk <owner-chemistry() ccl.net> = wrote:


Sent to CCL by: "Jacco  van = de Streek" [jacco.vandestreek~!~sund.ku.dk]
> I initially supposed that a = geometry optimization, if it is performed in
> properly composed = Z-matrix, takes less optimization steps than if it runs in
> = Cartesian coordinates. Is that wrong?

For a molecular compound, = if the alternative is x,y,z coordinates, that should be correct. A = Z-matrix in principle allows for a more natural description of the = degrees of freedom in terms of bonds, valence angles and torsions. As = you write, this is only true for "a properly composed = Z-matrix" because a Z-matrix description is not unique and Z-matrix = descriptions in which e.g. rotatable torsions do not correspond to = chemical torsions would get you into trouble even though the Z-matrices = would all be mathematically equivalent.

A trivial example where a = Z-matrix description should be vastly superior to optimisation in x,y,z = coordinates is as follows: imagine a fully energy-minimised biphenyl = molecule. Now distort the molecule by changing the length of the central = bond connecting the two phenyl rings by moving the two phenyl rings = slightly apart (or closer), leaving the minimised geometry of the phenyl = rings intact. A geometry optimisation in Z-matrix description should = only change the central bond and this should converge very quickly, = whereas a geometry optimisation in Cartesian coordinates will distort = neighbours of the central atoms in the first step, which will ripple out = to the extremes of the molecule and then back. At least that is the = theory and the very little experimenting I have done and have heard/read = about supports this.

>  A properly constructed Z-matrix, = as far
> as I suppose, must use dummy atoms for each aromatic = cycle in the
> molecule (the dummy atom is placed in the center of = a cycle).
> I don't mean here the symmetry constraints. I want to = compare the speed of
> geometry optimization of a non-symmetrical = molecule (C1) in Z-matrix and
> Cartesian coordinates.
> I = have this question because I have implemented automatic generation of = Z-
> matrix in my program Chemcraft, and I wonder whether this = feature can be
> useful. I appreciate any suggestions, in which = cases such feature can be
> used.

There is a more general = method for choosing the optimal coordinates for an geometry = optimisation, called "delocalised internal coordinates": = Baker, J.; Kessi, A.; Delley, B. J. Chem. Phys. 1996, 105, = 192.

Best wishes,
--
Dr Jacco van de Streek
Department = of Pharmacy
University of Copenhagen



-=3D This is = automatically added to each message by the mailing script = =3D-<br


E-mail to subscribers: CHEMISTRY() ccl.net or = use:
      http://www.ccl.net/cgi-bin/ccl/send_ccl_message
=
E-mail to administrators: CHEMISTRY-REQUEST() = ccl.net or use
      http://www.ccl.net/cgi-bin/ccl/send_ccl_message
=
Subscribe/Unsubscribe:
      http://www.ccl.net/chemistry/sub_unsub.shtml
Before posting, check wait time at: http://www.ccl.net

Job: http://www.ccl.net/jobs
Conferences: http://server.ccl.net/chemistry/announcements/conferenc= es/

Search Messages: http://www.ccl.net/chemistry/searchccl/index.shtml<= br><br
      http://www.ccl.net/spammers.txt

RTFI: http://www.ccl.net/chemistry/aboutccl/instructions/=




--

John = McKelvey
10819 Middleford Pl
Ft Wayne, IN = 46818
260-489-2160
jmmckel() = gmail.com

------=_NextPart_000_006D_01D07AD2.D7C57FF0--