tensorflow/quantum

Remove use of finite different in Adjoint gradient

Open

#620 ouverte le 19 août 2021

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Python (653 forks)github user discovery
area/corehelp wantedkind/feature-requestskill-level/intermediate

Métriques du dépôt

Stars
 (2 145 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur