Skip to content

Commit

Permalink
DeprecationWarning message (Qiskit#2350)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano authored and mtreinish committed May 8, 2019
1 parent 09ed6a1 commit e9957ec
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 e9957ec

Please sign in to comment.