We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e74bd commit cfb04f5Copy full SHA for cfb04f5
1 file changed
qiskit/opflow/converters/dict_to_circuit_sum.py
@@ -23,7 +23,7 @@
23
24
class DictToCircuitSum(ConverterBase):
25
r"""
26
- Deprecation: Converts ``DictStateFns`` or ``VectorStateFns`` to equivalent ``CircuitStateFns``
+ Converts ``DictStateFns`` or ``VectorStateFns`` to equivalent ``CircuitStateFns``
27
or sums thereof. The behavior of this class can be mostly replicated by calling ``to_circuit_op``
28
on an Operator, but with the added control of choosing whether to convert only ``DictStateFns``
29
or ``VectorStateFns``, rather than both.
0 commit comments