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:
- "Generalised nonorthogonal matrix elements for arbitrary excitations"
- "Generalized nonorthogonal matrix elements: Unifying Wick’s theorem and the Slater–Condon rules"; J. Chem. Phys. 154, 144109 (2021)
The libGNME package requires a set of standard libraries:
- LAPACK, BLAS or Intel MKL
- OpenMP
- CMake (version 3.12 or higher)
mkdir build && cd build
cmake ..
make -j2cd build/example
cp overlap ../../example
cd ../../example
./overlapIn build
makeIn the example folder
cp ../build/example/overlap .
./overlap