This repository was archived by the owner on Aug 21, 2023. It is now read-only.
This repository was archived by the owner on Aug 21, 2023. It is now read-only.
Algorithms tutorials 02_, 03_ and 04_ need amending to not use deprecated code. #1456
Closed as not planned
Three tutorials 02_..., 03_... and 04_... all still use a PauliSumOp. Since the H2_op started out as a SparsePauliOp I am not sure why its later converted to a PauliSumOp. In the case of 03 that may be as it still is using the deprecated NumPyMinimumEigensolver. These uses lead to deprecated messages in the tutorials so they need to be updated accordingly.