Skip to content

Commit

Permalink
Merge branch 'stable' into 2349
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano authored May 8, 2019
2 parents 3767881 + e9957ec commit bfbc470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/converters/qobj_to_circuits.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def qobj_to_circuits(qobj):
"""
warnings.warn('qiskit.converters.qobj_to_circuit() is deprecated and will '
'be removed in Qiskit Terra 0.9. Please use '
'qiskit.compiler.disassemble_circuits() to convert a qobj '
'qiskit.assembler.disassemble() to convert a qobj '
'to list of circuits.', DeprecationWarning)

variables = disassemble(qobj)
Expand Down

0 comments on commit bfbc470

Please sign in to comment.