21#ifndef _libint2_include_braket_h_
22#define _libint2_include_braket_h_
24#include <libint2/util/cxxstd.h>
25#if LIBINT2_CPLUSPLUS_STD < 2011
26# error "The simple Libint API requires C++11 support"
43 first_1body_braket = x_x,
44 last_1body_braket = x_x,
45 first_2body_braket = xx_xx,
46 last_2body_braket = xs_xs,
47 first_braket = first_1body_braket,
48 last_braket = last_2body_braket
Defaults definitions for various parameters assumed by Libint.
Definition: algebra.cc:24
BraKet
types of shell sets supported by Engine, in chemist notation (i.e.
Definition: include/libint2/braket.h:36