|
From: <ha...@us...> - 2025-12-13 17:31:27
|
Revision: 22688
http://sourceforge.net/p/jmol/code/22688
Author: hansonr
Date: 2025-12-13 17:31:25 +0000 (Sat, 13 Dec 2025)
Log Message:
-----------
Modified Paths:
--------------
trunk/Jmol/src/org/jmol/viewer/Jmol.properties
Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2025-12-03 22:36:47 UTC (rev 22687)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2025-12-13 17:31:25 UTC (rev 22688)
@@ -55,6 +55,11 @@
Jmol.___JmolVersion="16.3.41" // (legacy) also 16.3.42 (swingJS)
+new feature: spinCIF and FINDSPINGROUP output readers
+ -- work in collaboration with Bilbao Crystallographic Server (Bilbao, Spain)
+ and Southern University of Science and Technology (Shenzhen, China)
+ -- see https://app.findspingroup.com
+
new feature: plot SPIN
-- displays the vectors of a magCIF or spinCIF file
within a unit circle as a point group object
@@ -67,11 +72,11 @@
new feature: FRAME 1.1 1.2 SPLIT
-- places two specified models side-by-side in a "split-frame" configuration
-- synchonizes rotation, as normal for frames
+ -- JmolDataFrames (PLOT and QUATERNION commands) do not zoom or translate, only rotate
-- allows echo in either frame using ECHO ID ... MODEL ... to associate the
- respective model
- -- allows hover and clicking only on the left-hand (first-specified) model
+ text with its respective model
-- allows viewing of a PLOT result along with a model:
-
+ -- allows hover and clicking on both models
load =1crn
cartoons only
@@ -96,10 +101,22 @@
load $caffeine; load append ""
stereo on
frame 1.1 2.1 SPLIT
-
+
+new feature: symop(matrix3f, "uvw")
+ -- returns the u,v,w form of a 3x3 matrix
+
+new feature: symop(matrix3f, "rxyz")
+ -- returns the rational form of a 3x3 matrix (1/2, 1/3, etc.)
+
+new feature: arrayOfPoints.length()
+ -- with () creates an array of lengths
+ -- useful in comparing vxyz vibration/magnetic moment magnetudes
+
bug fix: deleting last quaternion data frame for a model disallows any addition data frames
+bug fix: polyhedron command not working with points properly
+
JmolVersion="16.3.39" // (legacy) also 16.3.40 (swingJS)
bug fix: unitcell([10,20,30,90,90,90]) fails
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|