Skip to content

Commit

Permalink
Remove mmat from xc_host_data
Browse files Browse the repository at this point in the history
  • Loading branch information
dmejiar committed Nov 13, 2023
1 parent f23a10e commit 3d7c65f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xc_integrator/replicated/host/xc_host_data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ struct XCHostData {

std::vector<F> zmat;
std::vector<F> gmat;
std::vector<F> mmat;
std::vector<F> nbe_scr;
std::vector<F> den_scr;
std::vector<F> basis_eval;
Expand Down

0 comments on commit 3d7c65f

Please sign in to comment.