qiskit.circuit.QuantumCircuit.from_qasm_str¶
- static QuantumCircuit.from_qasm_str(qasm_str)[código fonte]¶
Take in a QASM string and generate a QuantumCircuit object.
- Parâmetros
qasm_str (str) – A QASM program string
- Retorno
The QuantumCircuit object for the input QASM
- Tipo de retorno