Closed junnaka51 closed 1 year ago
TODO
override
in get_tgt@mitz1012 As I mentioned, I completed adding a few test files. I am sorry but I have realized a small issue and accordingly done a tiny modification, too 👉 https://github.com/QuantestPy/quantestpy/pull/183/commits/447c2a0aba5055e1e1940faf9795a5b4858700ae Thank you so much for your review in advance!
In this PR I implement the circuit drawer classes for QuantestPyCircuit, StateVectorCircuit and PauliCircuit.
These classes may be accessed by users via
draw()
methods:PauliCircuitDrawer
class is more special than the others in the sense that it is intended to be used in assert methods at the moment.