MRCC METHODS vs MRCC THEORY


Gets Around
Hi NWCHEM developers.

As described in docs http://nwchemgit.github.io/index.php/Compiling_NWChem

Quote:username
MRCC_THEORY can be set to request the multireference coupled cluster capability to be included in the code, e.g.


But I cant find any occurrence of MRCC_THEORY variable in source code, meanwhile MRCC_METHODS occurs many times. Maybe it's a typo in the documentation?

Best, Vladimir.

also I find that in Ubuntu 16.04
src/input/input_parse.F is not properly preprocessed and #ifdef MRCC_METHODS is ignored.

Forum Vet
Vladimir,
Yes, only MRCC_METHODS=y works.
http://nwchemgit.github.io/index.php/Compiling_NWChem has been updated

Gets Around
Quote:Edoapra Dec 7th 1:29 am
Vladimir,
Yes, only MRCC_METHODS=y works.
http://nwchemgit.github.io/index.php/Compiling_NWChem has been updated


This works in Ubuntu 14.04 but does not in 16.04.


 ------------------------------------------------------------------------
 input_parse: unknown directive mrccdata                                                                                                                                                                                                                                                                          0
 ------------------------------------------------------------------------
 ------------------------------------------------------------------------
  current input line : 
    47: mrccdata
 ------------------------------------------------------------------------


Vladimir.

Forum Vet
What version of the NWChem pkg are you using?
Version 6.6+r27746-2 on Ubuntu/Yakkety works with MRCC input files. What version do you have on Xenial?

You might want to contact the Ubuntu folks at
https://bugs.launchpad.net/ubuntu/+source/nwchem/+filebug


Forum >> NWChem's corner >> Compiling NWChem