Tamil
மொழிகள்
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.circuit.QuantumCircuit.from_qasm_str

static QuantumCircuit.from_qasm_str(qasm_str)[source]

Take in a QASM string and generate a QuantumCircuit object.

Parameters

qasm_str (str) -- A QASM program string

Returns

The QuantumCircuit object for the input QASM

Return type

QuantumCircuit