Bug fixes
- MOLGW is now compatible with LIBINT versions 2.4.x
- Possibility to compile MOLGW with LIBINT having the one-body integrals, but not the gradients. Use the preprocessor flags -DHAVE_LIBINT_ONEBODY and/or -DHAVE_LIBINT_GRADIENTS
Bug fixes, cleaning, and speed-up.
- Still not possible to link with the versions 4 of LIBXC, due to missing functions on their side
- The default value for read_restart is now set to 'no'
- Speed-up in the semi-local DFT Vxc calculations thanks to the use of batches
A few bugs specific to the recent versions of the Intel compilers have been fixed.
Bug fix with respect to previous version for high angular momenta (L>5) Considerable speed-up in the diagonalization of the RPA matrix thanks to the use of PDSYEVR instead of PDSYEV
Simple bug fix with respect to previous version
This release makes better use of the latest version of LIBINT ( >= v2.2.0). Together with some internal refactoring of the code and small bug fixes.
- Linking with a recent version of LIBINT (>=v2.2.0) is compulsory
- Compilation flag -DHAVE_LIBINT_ONEBODY activates the use of LIBINT one-body integrals and integral gradients
- Use of libtool is no longer necessary
- Input variable no_4center has been removed. From now on, the calculations use or do not use resolution-of-identity from the beginning to end.