I am trying to do entropy calculations using Gaussian09. I want to set all positive frequencies below 100 cm-1 to 100 cm-1. How do I input this in Gaussian ?
The script above worked for me. I used this script on a windows machine. I installed python for windows (available free of charge) and then ran the script using
"python GoodVibes.py filename.log -qh truhlar -f 100" without the quotes. Before running this command make sure you have changed the directory in cmd to where GoodVibes.py is stored.