Qasm¶ class Qasm(filename=None, data=None)[source]¶ Bases: object OPENQASM circuit object. Create an OPENQASM circuit object. Methods generate_tokens Returns a generator of the tokens. parse Parse the data. return_filename Return the filename.