Skip to content

Commit

Permalink
bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bimalgaudel committed May 8, 2024
1 parent 1e07eb0 commit 3a68f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TiledArray/expressions/cont_engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ class ContEngine : public BinaryEngine<Derived> {
const left_tile_element_type& left,
const right_tile_element_type& right) {
contrreduce_op(result, left, right);
result = contrreduce_op(result); // permutations of result are applied as "postprocessing"
};
} // ToT x ToT
} else if (inner_prod == TensorProduct::Hadamard) {
Expand Down

0 comments on commit 3a68f0c

Please sign in to comment.