Hi On Sun, 10 Apr 2011, Nichols A. Romero wrote: > Hi, > > What is typical done for visualizing quantities on the grid? (e.g. the charge > density) It's pretty normal to save it to a cube file and run e.g. jmol or vmd. ase.io.write('filename.cube', atoms, data=big_array) Regards Ask