[EMAIL PROTECTED] wrote:

On Fri, March 11, 2005 1:06 pm, Bob Hanson said:

The problem is in the RES file decoder not recognizing "EU1" as europium.


The shelx atom name is an arbitrary string that matches a corresponding
string in its scattering-factor definitions. To be perfectly general the
reader would need to parse the SFAC instruction and match atom-type (given
by the table number in the ATOM info) to the element designator label in
the SFAC instruction and, potentially, decode the general SFAC instruction
to determine the closest neutral atom-type.


Perfect. Yes, this should be implemented. Very easy:

SFAC C H O LI EU
     1 2 3 4  5

sets up SfacEntry[] array

EU1   5    0.815442    0.194311    0.684236    11.00000    0.02058 ...
O1    3    0.893443    0.086963    0.776878    11.00000    0.02120 ...
O2    3    0.935827    0.187239    0.650785    11.00000    0.02032 ...

EU1 is fifth entry, so Eu; O1 is 3rd entry, so O;

atom.elementSymbol=SfacEntry[i]

Excellent.

Egon?

Bob Hanson






But Pat is right that there is also another issue. The Li-O distances here are about 1.9 A. This compares well with others I know (listed in pm):

http://www.stolaf.edu/depts/chemistry/mo/struc/explore.htm?bond=Li-O

In this data set, the Li-O bond ranges in length between 188.3 and 249.4
pm.

Li-O 188 tetrahedral (C4H8O)4Li+ tetrakis(tetrahydrofuran)lithium cation
Li-O 196 square pyramidal (C18H32O4)Li(NCS)
Li-O 213 square pyramidal (C8H16O4)LiCl  (12- crown- 4)- chloro- lithium
Li-O 222 square antiprism (C8H16O4)2Li+  bis(12- crown- 4)- lithium cation


A histogram of all Li-O distances in the Cambridge Database shows an interesting bell curve with a max. at ~1.9 and a long tail up to 2.6'ish and a shorter tail to 1.7. The real question comes down to are there Li-O distances less than 2.6 that *aren't* bonds?

Rich


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Jmol-users mailing list Jmol-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-users

--

Robert M. Hanson, [EMAIL PROTECTED], 507-646-3107
Professor of Chemistry, St. Olaf College
1520 St. Olaf Ave., Northfield, MN 55057
mailto:[EMAIL PROTECTED]
http://www.stolaf.edu/people/hansonr

"Imagination is more important than knowledge."  - Albert Einstein


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Jmol-developers mailing list Jmol-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to