Sometimes we need the draw() method to output braids of different sizes. We may want to have a parameter that we can pass to it to control that.
Another feature that could be useful is to save the outputted figure in a file.
Both features, if implemented, can look like this: circuit.draw(dpi=300, output_file='braid.png')
Sometimes we need the draw() method to output braids of different sizes. We may want to have a parameter that we can pass to it to control that.
Another feature that could be useful is to save the outputted figure in a file.
Both features, if implemented, can look like this:
circuit.draw(dpi=300, output_file='braid.png')