|
MPQC
3.0.0-alpha
|
Wraps an MPQC integral engine (e.g. More...
#include <mpqc/integrals/integrals.hpp>
Public Types | |
| typedef TensorRef< const double, 2, TensorRowMajor > | Tensor2 |
| typedef TensorRef< const double, 3, TensorRowMajor > | Tensor3 |
| typedef TensorRef< const double, 4, TensorRowMajor > | Tensor4 |
Public Member Functions | |
| Integrals (RefEngine engineptr) | |
| Constructor for Integrals. More... | |
| RefEngine & | engine () |
| Tensor2 | operator() (Shell p, Shell q) |
| Calls the MPQC integral object on shells p and q and returns a TensorRef holding the integral buffer. | |
| Tensor3 | operator() (Shell p, Shell q, Shell r) |
| Tensor4 | operator() (Shell p, Shell q, Shell r, Shell s) |
Wraps an MPQC integral engine (e.g.
|
inlineexplicit |