Nothing Special   »   [go: up one dir, main page]

Skip to content
forked from hgaburton/libgnme

A C++ library for evaluating non-orthogonal matrix elements in electronic structure

License

Notifications You must be signed in to change notification settings

PhillCli/libgnme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibGNME

A C++ library for evaluating non-orthogonal matrix elements in electronic structure.

  • Hugh G. A. Burton (2022–)

If you incorporate this code in your work, please consider citing the following work:

  1. "Generalised nonorthogonal matrix elements for arbitrary excitations"
  2. "Generalized nonorthogonal matrix elements: Unifying Wick’s theorem and the Slater–Condon rules"; J. Chem. Phys. 154, 144109 (2021)

Installation

Prerequisites

The libGNME package requires a set of standard libraries:

  1. LAPACK, BLAS or Intel MKL
  2. OpenMP
  3. CMake (version 3.12 or higher)

Compilation

The configure script can be run depending on the choice of compiler:

  1. ./configure [intel/gcc/pgi]
  2. cd build
  3. make install

Following installation, the test suite can be executed from the build/ directory by running ctest.

About

A C++ library for evaluating non-orthogonal matrix elements in electronic structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.0%
  • C++ 11.6%
  • CMake 3.4%