[go: up one dir, main page]

Menu

Commit [r20015]  Maximize  Restore  History

Jmol.___JmolVersion="14.3.7_2014.09.22"

FEATURE CHANGE: atoms without vibration will not report out as vxyz = {0 0 0}
-- print {atomno=3}.vxyz and {*}.vxyz.all will report "-1"
instead of {vx vy vz} when atom does not have a vibration
-- print {atomno=3}.vx will report "NaN"
-- label %[vx] will be blank
-- select vxyz >= 0 will select for atoms with vibrations of any magnitude
-- select vxyz < 0 will select for atoms without vibrations of any magnitude
-- select vx = 0 will NOT select atoms with no vibration vector
-- select vx != 0 will NOT select atoms with no vibration vector
-- select vx = 0 || vx != 0 will select for atoms with vibrations of any magnitude
-- same with modulations and modxyz, modx, mody, modz

hansonr 2014-09-22

changed /trunk/Jmol/src/org/jmol/modelset/Atom.java
changed /trunk/Jmol/src/org/jmol/modelset/AtomCollection.java
changed /trunk/Jmol/src/org/jmol/modelset/LabelToken.java
changed /trunk/Jmol/src/org/jmol/script/ScriptExpr.java
changed /trunk/Jmol/src/org/jmol/viewer/Jmol.properties