- Load an example file:
load "mol/methanol.log" ; frame 2
-
- Or load Browse local file:
load "?" ; frame 2
-
- Display Electrostatic Potential or HOMO or LUMO mapped on molecular surface:
isosurface id iso_mep molecular map mep #ESP
isosurface id iso_homo molecular map mo homo
isosurface id iso_lumo molecular map mo lumo
-
- Set Isosurface Tranlucent or Opaque:
isosurface translucent 0.99 # translucent
isosurface translucent 0.75
isosurface translucent 0.5
isosurface translucent 0.25
isosurface translucent 0.0 # opaque
-
- Download Image:
write PNG "output.png?"
write PNG 1000 1000 "output.png?"
-
- Delete Isosurface:
isosurface delete
-