#include <overlap.h>

Public Member Functions | |
| OverlapInt (std::vector< SphericalTransform > &, shared_ptr< BasisSet >, shared_ptr< BasisSet >, int deriv=0) | |
| Constructor, it assumes you are not computing derivatives by default. | |
| void | compute_shell (int, int) |
| Compute overlap between 2 shells. Result is stored in buffer. | |
| void | compute_shell_deriv1 (int, int) |
| Computes the integrals between basis function in the given shell pair. | |
| bool | has_deriv1 () |
| Does the method provide first derivatives? | |
| bool | has_deriv2 () |
| Does the method provide second derivatives? | |
1.5.6