tensorflow/quantum

Projective measurements layer?

Open

#665 opened on Feb 6, 2022

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (653 forks)github user discovery
area/corehelp wantedkind/feature-requestskill-level/intermediate

Repository metrics

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

Description

Given a tensor of PauliSums, one may want to repeatedly measure these operators. This would be a generalization of the Sample layer, which is implicitly performing this calculation for a tensor of single qubit Z pauli sums. Currently, only the Expectation layer ingests operators.

Contributor guide