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
Using NWChem for the DFT calculations and the command line input:
nohup python -u PyDP4.py --mm t --dft n -w nomesw -s DMSO --OutputFolder output/6638 alt final 6638_NMR > 6638-test.out
This runs for about 20 minutes and then errors out because it fails to converge. Modifying the input file to NWChem xxx.nw I can increase the number of iterations significantly and it completes.
I tried to add --UseExistingInputs thinking the completed xxx.nwo files would be read but this fails.
Then I tried both --OptCycles 500 and --OptStep 500 in separate arguments and these run the same time as above before they fail to converge again.
Can anybody please offer advise on how to get this process to completion?
Thanks.
The text was updated successfully, but these errors were encountered:
Using NWChem for the DFT calculations and the command line input:
nohup python -u PyDP4.py --mm t --dft n -w nomesw -s DMSO --OutputFolder output/6638 alt final 6638_NMR > 6638-test.out
This runs for about 20 minutes and then errors out because it fails to converge. Modifying the input file to NWChem xxx.nw I can increase the number of iterations significantly and it completes.
I tried to add --UseExistingInputs thinking the completed xxx.nwo files would be read but this fails.
Then I tried both --OptCycles 500 and --OptStep 500 in separate arguments and these run the same time as above before they fail to converge again.
Can anybody please offer advise on how to get this process to completion?
Thanks.
The text was updated successfully, but these errors were encountered: