How's this?

Jmol.___JmolVersion="14.3.7_2014.09.23"

new feature: {*}.find("MF", TRUE);
 -- calculates EMPIRICAL formula
 -- example:
    $ load $glucose
    $ print {*}.find("MF")
    H 12 C 6 O 6
    $ print {*}.find("MF",true)
    H 2 C 1 O 1

new feature: {cell=555}.find("CellFormula");
 -- calculates cell formula for specified unit cell
 -- weights interior 1, face 1/2, edge 1/4, vertex 1/8
 -- selection should be a single packed unit cell
 -- fails with "?" if end result is not integral
 -- example:
    $ load quartz.cif packed
    $ print {*}.find("cellFormula");
    O 6 Si 3

new feature: {cell=555}.find("CellFormula", TRUE);
 -- calculates empirical cell formula for specified unit cell
 -- weights interior 1, face 1/2, edge 1/4, vertex 1/8
 -- selection should be a single packed unit cell
 -- fails with "?" if end result is not integral
 -- example:
    $ load quartz.cif packed
    $ print {*}.find("cellFormula", true);
    O 2 Si 1


​
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to