Matteo Paltenghi
Matteo Paltenghi
This would affect also the korean version: https://github.com/JackHidary/quantumcomputingbook/blob/02f613b7c456c957697effec40ab5ddd5afa91c4/korean/chapter07/qiskit/teleportation.py#L39
Thanks for the suggestion @lwbt , I will keep it on my todo list.
Hi Jordan, have you already tried following the suggestion of the error message? ``` Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/...
I found this post which might be related: https://stackoverflow.com/questions/48103873/pip3-install-pyautogui-error-code-1 Have you tried with: `pip install python-xlib`?
Yes, surprisingly, I confirm that BQSKit is robust and able to read back the malformed qasm. However, the other platforms are still unable, so perhaps BQSKit should preserve the `cs`...
@Kanat7 I have an update. Sharing with a colleague it turned out being a cache problem (probably). Since navigating in incognito mode did not show any problem. However this should...
# Short answer Case 1: Make both circuits operate on two qubits Equivalence for Two Qubits: not_equivalent Case 2: Append measurements to the end of the circuit malloc_consolidate(): invalid chunk...
And also using the latest branch in a conda environment leads to the same result.
I understand your concerns on the possible complexity of handling circuits of different sizes, however it is also a very valuable feature to have, especially when we want to verify...