Skip to content

Commit

Permalink
Add MGGA + Device check in UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
wavefunction91 committed Nov 18, 2023
1 parent 283c6b5 commit 4c7e192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/xc_integrator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ void test_xc_integrator( ExecutionSpace ex, const RuntimeEnvironment& rt,
}

if(uks and ex == ExecutionSpace::Device) return;
if(func.is_mgga() and ex == ExecutionSpace::Device) return;


for( auto& sh : basis )
Expand Down

0 comments on commit 4c7e192

Please sign in to comment.