Skip to content

Commit

Permalink
Fix SDRP/MPS base case
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Oct 9, 2024
1 parent 592dbd1 commit aaa44b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qunit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ bool QUnit::TrySeparate(bitLenInt qubit)
return true;
}

if (shard.unit->isClifford()) {
if (shard.unit->isClifford() && (separabilityThreshold < ONE_R1)) {
return TrySeparateClifford(qubit);
}

Expand Down

0 comments on commit aaa44b0

Please sign in to comment.