1#ifndef MPQC_CI_FULL_HPP
2#define MPQC_CI_FULL_HPP
4#include "mpqc/ci/ci.hpp"
5#include "mpqc/ci/subspace.hpp"
6#include "mpqc/math/matrix.hpp"
Contains new MPQC code since version 3.
Definition integralenginepool.hpp:37
CI class template.
Definition ci.hpp:75
static bool test(const CI< Full, Index > &ci, const String &a)
tests if the excitation to a is allowed
Definition full.hpp:22
static bool test(const CI< Full, Index > &ci, const Space< Alpha > &a, const Space< Beta > &b)
tests if simultaneous excitation to space a and space b is allowed
Definition full.hpp:29
A CI space, marked by Spin S and rank.
Definition subspace.hpp:32
Grid of subspaces, represented as blocks of determinants defined by alpha/beta pair,...
Definition subspace.hpp:103
A range of a space where all objects in the subspace range are assumed to have the same space rank.
Definition subspace.hpp:51
Matrix class derived from Eigen::Matrix with additional MPQC integration.
Definition matrix.hpp:23