http://chemapps.stolaf.edu/jmol/zip/jmol-14.3.11_2014.12.17.zip

Jmol.___JmolVersion="14.3.11_2014.12.17"

bug fix: rotate selected <4x4 matrix> should not rotate about center of
atoms
bug fix: use of a subset command will change value of a variable bitset if
"select x" is used
 -- example:
   x = {*}
   subset {atomno < 10}
   print x // just the first 9
   select x // just the first 9
   subset all
   print x // but now x itself is truncated; this is not supposed to be the
case


new feature: SYNC nnnn x
  -- x is a math expression, possibly just a string, but also possibly an
associative array.

new feature: SYNC nnnn {type:"command",  "command" : command, "var": vname,
"data":vdata}
  -- script command request, with optional definition of a Jmol user
variable prior to execution)
  -- for example:
      x = {"type":"command","command":"background green; print y", "var":
"y", "data":['an array',2]}
      sync 3000 x
  -- allows simple transfer of data via JSON strings between applications





-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
Chair, Department of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&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