Skip to content

Commit

Permalink
Fix Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Sep 29, 2024
1 parent 97b8477 commit 45429a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/qtensornetwork.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ class QTensorNetwork : public QInterface {
bi_or_ip(&result, pow2(i));
}
}
shotsArray[shot] = result;
shotsArray[shot] = (bitCapIntOcl)result;
}
}
}
Expand Down

0 comments on commit 45429a8

Please sign in to comment.