Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
shiozaki committed Dec 29, 2018
1 parent 029c61e commit bfceffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/fci/fci_rdm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ FCI::compute_rdm12_last_step(shared_ptr<const Dvec> dbra, shared_ptr<const Dvec>
auto rdm1t = btas::group(*rdm1,0,2);
btas::contract(1.0, dketv, {0,1}, *cibra_data, {0}, 0.0, rdm1t, {1});

auto dbrav = dbra == dket ? dketv : btas::group(*dbra,0,2);
auto dbrav = btas::group(*dbra,0,2);
auto rdm2t = group(group(*rdm2, 2,4), 0,2);
btas::contract(1.0, dbrav, {1,0}, dketv, {1,2}, 0.0, rdm2t, {0,2});
}
Expand Down

0 comments on commit bfceffe

Please sign in to comment.