OpenCAP
Electronic structure of metastable states
boxcap.h
Go to the documentation of this file.
1 #include <vector>
2 #include "Shell.h"
3 
4 double boxcap(gto gto1, gto gto2, double boxlength[3],
5  int normalized = 0, int verbose = 0);
6 double integrate_box_cap(Shell shell1, Shell shell2,
7 std::array<size_t,3> l1, std::array<size_t,3> l2,double boxlength[3],double thresh);
Class for a group of atomic orbitals with the same angular momentum and exponents.
Definition: Shell.h:45
double integrate_box_cap(Shell shell1, Shell shell2, std::array< size_t, 3 > l1, std::array< size_t, 3 > l2, double boxlength[3], double thresh)
double boxcap(gto gto1, gto gto2, double boxlength[3], int normalized=0, int verbose=0)
Definition: Shell.h:51
Class for a group of atomic orbitals with the same angular momentum and exponents.