Closed BioPyth closed 4 years ago
This is most likely because NWChem expects different solvent keywords than Gaussian. So Gaussian accepts 'chloroform' fine, but NWChem only accepts 'chcl3'. I'll look into it today, should be easy enough to fix by changing a few lines in DP4-AI.
Ok, I was able to replicate the issue on my end, and I have just pushed some changes that seem to resolve the issue for me. Please download the latest version, test it and let me know if it helps you too. If so - feel free to close this issue.
Hi, thanks a lot for the quick response. Yes, now the IP1_1nwinp001.nw contains chcl3 instead of chloroform! Thanks for fixing the problem!
Hi, today I did my first attempt to run DP4-AI with one of the molecules mentioned in the paper (IP1). This where the settings in the GUI: X Generate Diastereomers X Solvent: choloroform X Molecular Mechanics: MacroModel X DFT Calculations: NWChem X NMR Assignment X DP4 Statistics
Until the DFT Calculations everything works well but when NWChem is running its first job the whole process stops. This is the error message in the terminal:
0:cosmo_input: solvent:Received an Error in Communication Traceback (most recent call last): File "PyDP4_GUI.py", line 2130, in runPyDP4 self.NMRData, self.Isomers, self.settings, self.DP4Data = PyDP4.main(ui.table_widget.Tab1.settings) File "/home/DP4-AI/PyDP4.py", line 291, in main Isomers = DFT.RunNMRCalcs(Isomers, settings) File "/home/DP4-AI/NWChem.py", line 154, in RunNMRCalcs Completed = RunCalcs(NWJobs, settings) File "/home/DP4-AI/NWChem.py", line 281, in RunCalcs 'nwo', shell=True) File "/home/anaconda3/lib/python3.7/subprocess.py", line 411, in check_output **kwargs).stdout File "/home/anaconda3/lib/python3.7/subprocess.py", line 512, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command 'nwchem IP1_1nwinp001.nw > IP1_1nwinp001.nwo' returned non-zero exit status 143. Abgebrochen (Speicherabzug geschrieben)
Input File nwchem IP1_1nwinp001.nw:
Error message at the end of the output file IP1_1nwinp001.nwo:
Is there a way to fix this error? (I installed a precompiled version of nwchem from the official github account.)
Thanks in advance!!!