| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Read this in other languages: English, 中文
Conventional Density functional theory (DFT) methods are not sufficient to properly describe certain types of binding interactions. It is often necessary to use higher-level methods like hybrid functionals, random-phase approximation (RPA), GW methods and beyond to accurately treat. However, the computational cost of these methods are prohibitively expensive.
For local bases, invoking the resolution-of-the-identity (RI) significantly reduces the storage requirement and the computational cost.
LibRI is a C++ library using RI technique for methods beyond DFT. It is a head-only library.
These are necessary for LibRI:
If Math Kernel Library (MKL) is linked as the BLAS and LAPACK backend, it's recommended to define macro __MKL_RI before including any LibRI's header file. Some LibRI's functions will be silently substituted with calls to MKL routines.
| Back | FazBrowse Home | New Git URL |