MALBECC / lio

Linear implementation of DFT calculations (CPU and GPU)
GNU General Public License v2.0
26 stars 18 forks source link

Pbe0 #319

Closed gonzalodm closed 4 years ago

gonzalodm commented 4 years ago

Add PBE0 functional. In order to use this functional, you must install libint library (https://github.com/evaleev/libint/wiki) and compile LIO with libint=1 option. For the moment, PBE0 works in energy and gradient calculations in closed shell only.

fedepedron commented 4 years ago

Approved :+1: