Lori A. Burns

Results 474 comments of Lori A. Burns

fwiw, no cure on this from #259, which is up-to-date with present master. ``` 2.9533590737505 1.7931694693882 1.1601896043623 ```

The strategy suggested in https://github.com/evaleev/libint/issues/190#issuecomment-691485225 has been implemented in #259 so that all open-source libint consumers can use the same built library. Psi4 will be adopting this upon https://github.com/psi4/psi4/pull/2861 before...

To update any thread readers, the strategy suggested in https://github.com/evaleev/libint/issues/190#issuecomment-691485225 has been implemented (without additional cmake changes) in #269 and merged. This allows all open-source libint consumers to use the...

Ok, the error above can be fixed for the tests with `LIBINT2_CONSTEXPR_STATICS=1`. But then specifically for the hartree-fock++ test, the compiled cxx lib only suceeds for Linux with conda gcc...

I don't think this PR thoroughly added SOVERSION (see below for mac/linux with BUILD_SHARED_LIBS=ON). I haven't fully investigated, but the PR may have just caught the build-both-static-and-shared target. ``` 2023-12-19T20:24:34.6214061Z...

This should be minimally addressed in #271 . The library is still going to LIBINT2_INSTALL_LIBDIR because I'm not making unnecessary changes, but the pc file goes to CMAKE_INSTALL_LIBDIR/pkgconfig. Thus locations...

Hi @matt-chan, there was some talk at PyQC this year that we should shut down the PyQC channel on anaconda.org (https://anaconda.org/pyqc/repo). In particular, PySCF has its own channel, but the...

It looks like I forgot to add `CMAKE_BUILD_PARALLEL_LEVEL=2` to the docs CI. I learned that when a Ninja build of Psi4 gives up in the early 200s of 1200 files,...

Thanks for the PR, Erica! I pushed some lines to the Azure CI so that einsums is enabled and your code has a chance of running :-) . It won't...

@konpat you may need to `-D ENABLE_Einsums=ON`. You can toggle the value in objdir/CMakeCache.txt, then rebuild.