psi4
psi4 copied to clipboard
DETCI: Segfault or Garbage
The input described in this forum post segfaults during the integral transform on current master. (Confirmed on my laptop, after removing threading instructions and reducing memory to 4GB.)
The reporter does not observe a segfault, but instead garbage energies of -894017.081594656570815
Hartree for atomic Helium.
On a related note, is building Psi4 with ASAN/UBSAN feasible? I mean it ought to work with the C++/Fortran code, but I don't know if Pybind et. al. is compatible.
I've build psi4 proper with ASAN many times, but only used it do debug the C++ code.