:Jmol scripts examples
:Syntax,Explanations
:connect ({4}) ({5}) double modifyorcreate;
Create a double bond between the atoms number 4 and 5
:connect ({4}) ({5}) delete;
Delete the bonds between the atoms number 4 and 5
:connect (_C) delete;
Delete the bonds between the carbon atoms
:select (_N); color atoms green; select none;
Draw in green the nitrogen atoms
:select ({5}); spacefill 0.1; select none;
reduce the size of the atom number 5

