Skip to content

ase.io.nwwrite: NWChem memory keyword placement

Shinae Kim requested to merge sakim8048/ase:master into master

NWChem can have a keyword 'memory = ' to assign memory required for the submitted calculation job. However, the memory keyword always should be below the title line. NWChem nwwrite.py file was modified so that it reads 'memory' from a keyword library and place it below the title line when the input file is created via nwwrite.py

Merge request reports