Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
/ mcpdft Public archive

MC-PDFT as a standalone PySCF extension module

License

Notifications You must be signed in to change notification settings

MatthewRHermes/mcpdft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCHIVED: Multi-configuration pair-density functional theory module for PySCF

Note

  • As of 2022-12-05, the contents of this repository have been transferred to pyscf-forge

Install

  • Install to python site-packages folder
pip install git+https://github.com/MatthewRHermes/mcpdft
  • Install in a custom folder for development
git clone https://github.com/MatthewRHermes/mcpdft /home/abc/local/path

# Set pyscf extended module path
echo 'export PYSCF_EXT_PATH=/home/abc/local/path:$PYSCF_EXT_PATH' >> ~/.bashrc

# Compile libpdft.so
cd /home/abc/local/path/pyscf/lib
mkdir build; cd build
# Intel MKL BLAS may require 'cmake -DBLA_VENDOR=Intel10_64lp_seq ..' below
cmake ..
make

Features

  • Multi-configuration pair-density functional theory (MC-PDFT) total electronic energy calculations for wave functions of various types.
    • CASCI
    • CASSCF
    • State-averaged CASSCF (including "mixed" solver with different spins and/or point groups)
    • Compressed multi-state MC-PDFT (CMS-PDFT): JCTC 2020, 16, 7444
  • On-the-fly generation of on-top density functionals from underlying KS-DFT 'LDA' or 'GGA' exchange-correlation functionals as defined in Libxc.
  • Additional properties
    • Decomposition of total electronic energy into core, Coulomb, on-top components
    • Analytical nuclear gradients (non-hybrid functionals only) for:
      1. Single-state CASSCF wave function: JCTC 2018, 14, 126
      2. State-averaged CASSCF wave functions: JCP 2020, 153, 014106
      3. CMS-PDFT: in press
    • Permanent electric dipole moment (non-hybrid functionals only) for:
      1. Single-state CASSCF wave function: JCTC 2021, 17, 7586
      2. State-averaged CASSCF wave functions
      3. CMS-PDFT
    • Transition electric dipole moment (non-hybrid functionals only) for:
      1. CMS-PDFT
  • Multi-configuration density-coherence functional theory (MC-DCFT) total energy: JCTC 2021, 17, 2775

About

MC-PDFT as a standalone PySCF extension module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published