qiskit/releasenotes/notes/0.19/hhl_qi_fix-d0ada86abaa2dba5...

8 lines
295 B
YAML

---
fixes:
- |
If an :class:`~qiskit.algorithms.HHL` algorithm instance was constructed
without a :obj:`.QuantumInstance` (the default), attempts to use the getter
and setter properties to read or set an instance later would fail. The
getters and setters now work as expected.