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