tensorflow/quantum

Handle 3-qubit gates

Open

#636 aperta il 21 ott 2021

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Python (653 fork)github user discovery
area/corehelp wantedkind/feature-requestskill-level/intermediate

Metriche repository

Star
 (2145 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

During the writing of #621 it became apparent that the new version of cirq 0.13.0 had changed the way gates are decomposed. Past quantumlib/Cirq#4167 some gates were decomposed into 3 qubit gates, which are not currently supported. Thus, #621 bypassed Cirq's default decomposition as a work around.

However, the work-around shouldn't say forever. Instead, we should:

  • Handle 3-qubit gates
  • Revert the work-around

Guida contributor