qiskit.circuit.EquivalenceLibrary.draw¶
- EquivalenceLibrary.draw(filename=None)[Quellcode]¶
Draws the equivalence relations available in the library.
- Parameter
filename (str) – An optional path to write the output image to if specified this method will return None.
- Rückgabe
- Drawn equivalence library as an
IPython SVG if in a jupyter notebook, or as a PIL.Image otherwise.
- Rückgabetyp
PIL.Image or IPython.display.SVG
- Verursacht
InvalidFileError – if filename is not valid.