//#pragma auto_inline({on}); #pragma once #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifndef BASIS_H #define BASIS_H static const int SPL = 194; static const int RadL = 50; static const int AtL = 1; #define PI 3.14159265359 #define IS_POWER_OF_2(arg) (arg > 1 && (arg & (arg - 1)) == 0) //define all global variable here #endif using namespace Concurrency; namespace DFT { class AMP { public: static void AMP_scf1_OLIntegralAOXa3D( int totNBasis, hc::array_view AOGaussamp, hc::array_viewlocalDenamp, hc::array_viewParrayamp); }; }