qiskit-community / qiskit-nature

Qiskit Nature is an open-source, quantum computing, framework for solving quantum mechanical natural science problems.
https://qiskit-community.github.io/qiskit-nature/
Apache License 2.0
290 stars 197 forks source link

TextProgressBar is deprecated in Qiskit 0.46 and removed in 1.0 #1324

Closed woodsp-ibm closed 5 months ago

woodsp-ibm commented 5 months ago

QEOM uses TextProgressBar which as the title says is deprecated in Qiskit 0.46 and removed in 1.0.

Its used to log progress, if INFO logging is enabled. My take would be to simply drop this logging there.

There is also some suppression in test_logging with a comment around TextProgressBar. I guess that suppression can stay though arguable that could be removed too if desired.