Difference between revisions of "Load SMILES"

From Jmol
Jump to navigation Jump to search
m (add to Category)
 
Line 1: Line 1:
Loading a SMILES string into Jmol requires conversion of the SMILES string to a 3D model. This is done in an external web server, so it is necessary to use the signed applet.
+
Loading a SMILES string into Jmol requires conversion of the SMILES string to a 3D model. This is done in an external web server (which in few occasions might fail temporarily).
  
 
The load command is given in a <code>script</code> tag as part of an <code>applet</code>, <code>checkbox</code>, <code>menu</code>, etc. tag.
 
The load command is given in a <code>script</code> tag as part of an <code>applet</code>, <code>checkbox</code>, <code>menu</code>, etc. tag.

Latest revision as of 10:44, 2 September 2023

Loading a SMILES string into Jmol requires conversion of the SMILES string to a 3D model. This is done in an external web server (which in few occasions might fail temporarily).

The load command is given in a script tag as part of an applet, checkbox, menu, etc. tag.

Contributors

AngelHerraez