Skip to content

Commit

Permalink
reconstruct coupling vector in mp2
Browse files Browse the repository at this point in the history
  • Loading branch information
fbischoff committed Oct 17, 2024
1 parent 8721b47 commit fa26006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/madness/chem/CC2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ double CC2::solve_mp2_coupled(Pairs<CCPair>& doubles, Info& info) {
// compute the coupling between the pair functions
Pairs<real_function_6d> coupling=compute_local_coupling(pair_vec, info);
auto coupling_vec=Pairs<real_function_6d>::pairs2vector(coupling,triangular_map);
change_tree_state(coupling_vec, reconstructed);
if (parameters.debug()) print_size(world, coupling_vec, "couplingvector");


Expand Down

0 comments on commit fa26006

Please sign in to comment.