You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Describe the bug
When running the following program, SparseSimulator and ResourcesEstimator do not throw ReleasedQubitsAreNotInZeroState as QuantumSimulator and ToffoliSimulator do, although we do not use the ResetAll operation. The related code snippet is the within-apply block in ApplyTransposition. The link of code is here:
https://github.com/microsoft/QuantumLibraries/blob/987a2670e852ae77965b4b0b6873d2c5d3bcac69/Standard/src/Synthesis/Transposition.qs#L55
Does this an incomplete implementation of the within-apply block in two simulators?
To Reproduce
Expected behavior
The four simulators should all throw the ReleasedQubitsAreNotInZeroState exception.
##Actual behavior
[xUnit.net 00:00:01.12] TestPattern.TestCorrect+QuantumSimulator.TestCorrect [FAIL]
[xUnit.net 00:00:01.12] TestPattern.TestCorrect+ToffoliSimulator.TestCorrect [FAIL]
System information
operating system:Windows 10
dotnet version:6.0.400
QDK:v0.27.244707
The text was updated successfully, but these errors were encountered: