Skip to content

Commit

Permalink
Debug QStabilizerHybrid env. vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Aug 4, 2024
1 parent 19d6230 commit ac07b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qstabilizerhybrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ QStabilizerHybrid::QStabilizerHybrid(std::vector<QInterfaceEngine> eng, bitLenIn
if (getenv("QRACK_MAX_PAGING_QB")) {
const bitLenInt maxPageSetting = (bitLenInt)std::stoi(std::string(getenv("QRACK_MAX_PAGING_QB")));
if (maxPageSetting < maxAncillaCount) {
maxEngineQubitCount = maxAncillaCount;
maxAncillaCount = maxPageSetting;
}
}
}
Expand Down

0 comments on commit ac07b81

Please sign in to comment.