qiskit-community / qiskit-aqua

Quantum Algorithms & Applications (**DEPRECATED** since April 2021 - see readme for more info)
https://qiskit.org/aqua
Apache License 2.0
574 stars 376 forks source link

Revert #1440 #1544

Closed ikkoham closed 3 years ago

ikkoham commented 3 years ago

Summary

closes #1542.

woodsp-ibm commented 3 years ago

@ikkoham Thanks for doing this so quickly! I added the On Hold label since currently qiskit-nature has some logic that is using the PauliSumOp from aqua here. So we need to hold off removing it from here until that is switched over to using terra, which hopefully is shortly.

ikkoham commented 3 years ago

@manoelmarques Thank you for fixing the error.

woodsp-ibm commented 3 years ago

As qiskit-nature has been moved over to using opflow from Terra, the early PauliSumOp work that was started here, but completed in Aqua can be now be removed.