selimsami / qforce

Apache License 2.0
57 stars 13 forks source link

Update for ORCA 5.0.3 #53

Closed xiki-tempula closed 2 years ago

xiki-tempula commented 2 years ago

Fix #52 Previously, ORCA will say Now starting NBO and then if NBO is not found, it will say Environment variable NBOEXE for nbo6.exe or nbo5.exe not set! Skipping NBO-Analysis.

So I will first try to locate the NBO by find the string Now starting NBO. As for ORCA 5.0.3, this string is no longer there, so the program will be stuck in trying to find the string. Given that only one NBO analysis will be performed, I will just remove the start of NBO check.

xiki-tempula commented 2 years ago

Ok, I guess this won't work.