rodft and range separated-functional


Click here for full thread
Forum Regular
Fixed
The implementation of the CAM code always assumed a closed shell case was being run when the ROKS code was invoked. A patch for this problem can be found at:

http://nwchemgit.github.io/index.php/File:Roks.patch.gz

You can apply this patch to the nwchem-6.3 source code using the program by running

  cd nwchem-6.3
gzip -d Roks.patch.gz
patch -p0 < Roks.patch
cd src
make

Let me know if you have any problems.