Skip to content
Lori A. Burns edited this page Apr 28, 2017 · 4 revisions

STOP! This page is out-of-date and is superseded by the docs

ERD Library

In Psi4, ERD is an integral package that be used in place of LibInt.

Examples

  • #####Build with LibInt Integrals

    setup
    
  • #####Build with ERD Integrals and Intel Fortran Compiler

    setup --erd on --fc ifort
    

Imposing your will upon CMake

  • #####Relevant setup Options:

    --erd                 Add support for the ERD integral package [default:
                          False]
    
  • #####Relevant cmake Options:

    -DENABLE_LIBERD=ON    - enable ERD integral package (OFF to disable)
    
  • #####Relevant Preprocessor Options:

    HAVE_ERD              - set when ERD is enabled
    

Notes

  • Dependency Status: Optional

  • ATTN Bullet point here about whether ERD is a full replacement for LibInt or if it's missing some functionality.

  • A Fortran compiler must be specified to enable ERD