From 45429a807e4938f1e90514cda184de485593651f Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Sun, 29 Sep 2024 10:32:54 -0400 Subject: [PATCH] Fix Windows builds --- include/qtensornetwork.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/qtensornetwork.hpp b/include/qtensornetwork.hpp index 295955e51..26376e09f 100644 --- a/include/qtensornetwork.hpp +++ b/include/qtensornetwork.hpp @@ -426,7 +426,7 @@ class QTensorNetwork : public QInterface { bi_or_ip(&result, pow2(i)); } } - shotsArray[shot] = result; + shotsArray[shot] = (bitCapIntOcl)result; } } }