You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good day! I'm trying to implement AaronTools for local web server on our computational machine and currently i'm working on status check of calculation. When i'm trying to read file via FileReader class and try to check "finished" attrbute it's always equals "False", however end of .log file declares "Normal termination of Gaussian". Maybe i'm doing something wromg. Can you, please, provide some clarity about it?
Update: I've figured it out. if numpy version >1.23.5 and flag "just_geom" == false then error is raised duing parsing. Looks like np.float in spectrum script is causing problems
The text was updated successfully, but these errors were encountered:
Good day! I'm trying to implement AaronTools for local web server on our computational machine and currently i'm working on status check of calculation. When i'm trying to read file via FileReader class and try to check "finished" attrbute it's always equals "False", however end of .log file declares "Normal termination of Gaussian". Maybe i'm doing something wromg. Can you, please, provide some clarity about it?
Update: I've figured it out. if numpy version >1.23.5 and flag "just_geom" == false then error is raised duing parsing. Looks like np.float in spectrum script is causing problems
The text was updated successfully, but these errors were encountered: