tensorflow/quantum

Replace TFQPauliSumCollector with cirq.PauliSumCollector

Open

#563 opened on May 5, 2021

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

Repository metrics

Stars
 (2,145 stars)
PR merge metrics
 (PR metrics pending)

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