microsoft / QuantumKatas

Tutorials and programming exercises for learning Q# and quantum computing
MIT License
4.53k stars 1.21k forks source link

BasicGates kata task 1.6 PhaseChange fails #894

Open cspwcspw opened 12 months ago

cspwcspw commented 12 months ago

The workbook explains that desired output and actual output may look very different under inspection tools because of the global phase component, but it suggests that the test harness will do the correct thing and ignore the (physically) unobservable. But then the provided solution for T1.6 does not succeed. Is there code that can make this test pass? Or is there something wrong with the test?