tensorflow/quantum

Remove use of finite different in Adjoint gradient

Open

#620 建立於 2021年8月19日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Python (653 fork)github user discovery
area/corehelp wantedkind/feature-requestskill-level/intermediate

倉庫指標

Star
 (2,145 star)
PR 合併指標
 (PR 指標待抓取)

描述

Currently the Adjoint gradient method in C++ uses finite difference of gates to calculate the "gradient gate" to apply to the state. In terms of numerical precision this isn't ideal. What would be better is to slowly swap out the "gradient gate" calculation using finite difference to instead use analytic/closed forms. @zaqqwerty

貢獻者指南