Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
test_eri.cc | 2013-05-15 | 30.1 kB | |
README | 2013-05-15 | 748 Bytes | |
progman-2.0.3-stable.pdf | 2013-05-15 | 459.5 kB | |
Totals: 3 Items | 490.4 kB | 3 |
Novice users of libint are recommended to use the generate library found in the libint-for-mpqc directory. This directory contains the most recent libint programmer's manual and a simple example code that demonstrates how to use libint to compute electron repulsion integrals. To compile and run this example: 1. $(CXX) -I[libint_prefix]/include -I[libint_prefix]/include/libint2 -L[libint_prefix]/lib -o test_eri ./test_eri.cc -lint2 where you need to replace [libint_prefix] with the prefix used when installing the accompanying libint library, and $(CXX) is the name of the C++ compiler. 2. ./test_eri 3. The output should look as follows: Testing (ss|ps) ... ok Testing (ss|pp) ... ok Testing (ss|ds) ... ok Testing (ss|dp) ... ok etc.