Kind of my extended memory with thoughts mostly on Linux and related technologies. You might also find some other stuff, a bit of SF, astronomy as well as old (quantum) chemistry posts.
Search This Blog
Tuesday, January 24, 2006
Excited state parameters in Gaussian
You can get excited state parameters from gaussian log/out file using one bash command:
grep "Excited State *1" *.log
Of course you can change state number (1) and file(s) name (*.log).
No comments:
Post a Comment