So, Egon, where did that capability go? It was removed?

Please take a look now at

http://www.stolaf.edu/people/hansonr/jmol/test/proto/sym.htm

and tell me what you think. -- just my prototype here.

    load quartz.cif;set showUnitCell on
    # standard load reads only the file data -- no symmetry applied
    load "quartz.cif" {2 2 2};set showUnitCell on
# note that quotation marks REQUIRED when the number of unit cells is given
    load calcite.cif;set showUnitCell on
    load "calcite.cif" {3 2 1};set showUnitCell on
    load maleic.cif;set showUnitCell on
    load "maleic.cif" {1,1,1};set showUnitCell on
    # note that this file has 18 models, each with a different unit cell
    set perspectiveDepth off
select symmetry;color green # select only those atoms generated by symmetry operations select not symmetry;color yellow # select only the original atoms prior to symmetry operations
    frame 1
    frame next
    frame prev
# an optional integer parameter right after the file name indicates WHICH model to load
    load "maleic.cif" 3 {2,2,2};set showUnitCell on
    load "maleic.cif" 6 {1,1,1};set showUnitCell on
    set showUnitCell off
    set perspectiveDepth on

Bob



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to