tensorflow/quantum

Replace TFQPauliSumCollector with cirq.PauliSumCollector

Open

#563 opened on May 5, 2021

 (0 comments) (0 reactions) (1 assignee)Python (662 forks)github user discovery
area/cirqhelp wantedkind/feature-requestskill-level/intermediate

Repository metrics

Stars
 (2,180 stars)
PR merge metrics
 (Avg merge 13d 10h) (2 merged PRs in 30d)

Description

From a comment in the code: TODO (mbbrough): Remove this workaround class once cirq.PauliSumCollector can be used end to end with engine. This current issue is that cirq.PauliSumCollector does not produce serializable gates for basis conversion.

Contributor guide