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