NWChem and Python


Click here for full thread
Gets Around
ASE ( https://wiki.fysik.dtu.dk/ase/) can control nwchem runs.
A task like getting SCF energy looks like (it actually calculates atomization energy of O2):
https://trac.fysik.dtu.dk/projects/ase/browser/trunk/ase/test/nwchem/nwchem_cmdline.py
ASE is written in python so you have access to numerical tools like numpy, scipy + plotting
with matplotlib.