DeWitt46 / QITE

Implementation of QITE algorithm as a subroutine for thermal state preparation
0 stars 0 forks source link

Trying to use SPSA optimizer #9

Open DeWitt46 opened 6 months ago

DeWitt46 commented 6 months ago

SPSA should work way better in noisy environments. Qiskit has It in the qiskit_algorithms package but the implementation is not straightforward due to the apparent impossibility to use a cost function containing not-to-optimize parameters. PennyLane could have the solution but at this point I guess we should learn how to do QST in PennyLane first.