many TCE methods broken with 2eorb


Click here for full thread
Gets Around
Quote:Jhammond Dec 3rd 1:42 pm
CR-QCISD(T) was a method that I made up at one point in grad school but probably has not utility. The easiest way to fix it is to delete that code.


Without looking at it, my guess is that I'm calling a method from CCSD(T) that has been changed to have more arguments, and it is segfaulting there. The IBM XLF compiler is the only one I know of that is able to check function call signatures in legacy Fortran - you might try to use it to detect such issues.