- 1) Load an example file:
load "mol/methanol.log" ; frame 2
-
- ... or browse to load local file:
load "?" ; frame 2
-
- 2) Display either 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
-
- 3) Set Isosurface to be 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
-
- 4) Download Image:
write PNG "output.png?"
write PNG 1000 1000 "output.png?" # higher resolution
-
- Delete Isosurface:
isosurface delete
-