Hi. In Codercise S.3.1, the print output for the circuit matrix does not match the one in the get_phase function
I suppose it is possible to print the binary in the function instead
e.g.
Hi. In Codercise S.3.1, the print output for the circuit matrix does not match the one in the get_phase function
Hi @cyyoung ,
Can you please clarify what you mean?
Both solutions seem to be equivalent.
Could you maybe add an example?
If your code isn’t passing the tests it’s because of what you have in your circuit, not something wrong in the get_phase function.