sisi4s
|
#include <string>
#include <vector>
#include <algorithm>
#include <util/Libint.hpp>
#include <algorithms/OneBodyFromGaussian.hpp>
#include <util/Tensor.hpp>
#include <Sisi4s.hpp>
#include <util/Log.hpp>
#include <util/Integrals.hpp>
#include <iostream>
#include <Eigen/Eigen>
#include <numeric>
#include <set>
#include <map>
#include <util/Emitter.hpp>
Classes | |
struct | Sinfo |
Macros | |
#define | LOGGER(_l) LOG(_l, "OneBodyFromGaussian") |
Typedefs | |
using | RowMajor = Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > |
Functions | |
RowMajor | getOneBodyIntegrals (const libint2::BasisSet &shells, const libint2::Operator op, const std::vector< libint2::Atom > &atoms) |
#define LOGGER | ( | _l | ) | LOG(_l, "OneBodyFromGaussian") |
using RowMajor = Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor> |
RowMajor getOneBodyIntegrals | ( | const libint2::BasisSet & | shells, |
const libint2::Operator | op, | ||
const std::vector< libint2::Atom > & | atoms | ||
) |