|
From: Shaul A. <sh...@tx...> - 2008-07-17 11:33:50
|
Hello Bob, In the hexagonal and rhombohedral crystal systems the Bravais-Miller index which has 4 numbers (/h/ /k/ /i/ /l/). i=-h+k, you are correct to imply that it is a redundant. i have an additional questions: 1. . how can i represent the hexagon in JMOL? The Mg unit cell (for example) that appears is one third of the hexagonal unit cell (http://en.wikipedia.org/wiki/Image:Indices_miller_bravais.png). how can i represent the hexagon itself in JMOL? 2. Is there a convenient editor that can be used for writing long scripts for JMOL, interacts with JMOL and understand the JMOL syntax? Thanks, Shaul Bob Hanson wrote: > Shaul Avraham wrote: > >> 1. How is it possible to draw a direction [hkl] in a crystallographic >> unit cell by the use of the miller notation >> (http://en.wikipedia.org/wiki/Miller_index)? >> >> > The way to do this is with Jmol math. my understanding is that hkl is > a plane, not a direction. So first define the plane: > > a = {1/2 0 0} > b = {0 1/3 0} > c = {0 0 1/2} > thePlane = plane(a,b,c) > > Jmol 11.5.48, you easily draw lines perpendicular to this plane: > > draw line1 {0 0 0} perp @thePlane > > or > > draw line2 vector {0 0 0} perp @thePlane scale -2.0 > > etc. > > >> 2. in the hexagonal >> <http://en.wikipedia.org/wiki/Hexagonal_crystal_system> and >> rhombohedral <http://en.wikipedia.org/wiki/Rhombohedral> crystal >> systems, it is possible to use the Bravais-Miller index which has 4 >> numbers (/h/ /k/ /i/ /l/). It would be usefully to use this notation >> in this crystal structures. >> >> >> -- >> >> > show me how they work.... > >> Shaul Avraham >> >> Department of materials engineering >> Technion- Israel institute of technology >> Haifa 32000 >> Israel >> >> Email: sh...@tx... >> Phone: +972-4-829-5827 >> Fax: +972-4-829-5677 >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Jmol-users mailing list >> Jmo...@li... >> https://lists.sourceforge.net/lists/listinfo/jmol-users >> >> > > -- Shaul Avraham Department of materials engineering Technion- Israel institute of technology Haifa 32000 Israel Email: sh...@tx... Phone: +972-4-829-5827 Fax: +972-4-829-5677 |