[MMTK] Fwd: Re:Defining ciclobutadiene
Victor Manuel Rosas-García
quimico69@yahoo.com
Tue, 2 Mar 1999 11:58:19 -0800 (PST)
--0-1649760492-920404699=:3664
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
note: forwarded msg attached.
==
Victor M. Rosas García
Computational Chemistry Apprentice
e-mail: quimico69@yahoo.com
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com
--0-1649760492-920404699=:3664
Content-Type: message/rfc822
X-Apparently-To: quimico69@yahoo.com via mdd602.mail.yahoo.com
Received: from starship.skyport.net (216.169.96.18)
by mta112.yahoomail.com with SMTP; 2 Mar 1999 08:53:42 -0800
Received: (from hinsen@localhost)
by starship.skyport.net (8.8.8/8.8.8) id LAA25265;
Tue, 2 Mar 1999 11:50:20 -0500
Resent-Date: Tue, 2 Mar 1999 11:50:20 -0500
X-Authentication-Warning: starship.skyport.net: hinsen set sender to mmtk-list-request@starship.skyport.net using -f
Message-ID: <19990302164959.13958.rocketmail@ web605.yahoomail.com>
Date: Tue, 2 Mar 1999 08:49:59 -0800 (PST)
From: Victor Manuel "Rosas-García" <quimico69@yahoo.com>
Subject: Re:Defining ciclobutadiene
To: Caja de Herramientas Modelado Molecular <mmtk-list@starship.skyport.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Resent-Message-ID: <"ch0o3.0.aA6.xQ1ts"@starship.skyport.net>
Resent-From: mmtk-list@starship.skyport.net
X-Mailing-List: <mmtk-list@starship.skyport.net> archive/latest/100
X-Loop: mmtk-list@starship.skyport.net
Precedence: list
Resent-Sender: mmtk-list-request@starship.skyport.net
Content-Length: 1882
Hello guys,
I'm sorry to be such a pain in the rear but I have corrected the
Z-Matrix:
name = 'ciclobutadieno'
C1 = Atom('C')
C2 = Atom('C')
C3 = Atom('C')
C4 = Atom('C')
H1 = Atom('H')
H2 = Atom('H')
H3 = Atom('H')
H4 = Atom('H')
bonds = [Bond(C1, C2), Bond(C2, C3), Bond(C3, C4),
Bond(H1, C1), Bond(H2, C2), Bond(H3, C3), Bond(H4, C4)]
configurations = {
'default': ZMatrix([[C1],
[C2, C1, 1.4*Ang],
[C3, C2, 1.4*Ang, C1, 90.0*deg],
[C4, C3, 1.4*Ang, C2, 90.0*deg, C1,
0.0*deg],
[H1, C1, 1.0*Ang, C2, 90.0*deg, C3,
180.0*deg],
[H2, C2, 1.0*Ang, C3, 120.0*deg, C4,
180.0*deg],
[H3, C3, 1.0*Ang, C4, 120.0*deg, C1,
180.0*deg],
[H4, C4, 1.0*Ang, C1, 120.0*deg, C2,
180.0*deg]])
}
and I get a *very* similar error message:
Python 1.5.1 (#2, Jan 12 1999, 19:13:08) [C] on aix4
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> from mmtk import *
>>> a = Molecule('ciclobutadieno')
Traceback (innermost last):
File "<stdin>", line 1, in ?
File "/usr/local/mmtk/ChemicalObjects.py", line 405, in __init__
CompositeChemicalObject.__init__(self, properties)
File "/usr/local/mmtk/ChemicalObjects.py", line 116, in __init__
self.configurations['default'].applyTo(self)
File "/usr/local/mmtk/ConfigIO.py", line 185, in applyTo
self.findPositions()
File "/usr/local/mmtk/ConfigIO.py", line 169, in findPositions
pos3 = self.coordinates[entry[5]]
KeyError: <Atom number 3>
Any ideas?
Thanx
Victor
==
Victor M. Rosas García
Computational Chemistry Apprentice
e-mail: quimico69@yahoo.com
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com
--0-1649760492-920404699=:3664--