tensorflow/quantum

Handle 3-qubit gates

Open

#636 geöffnet am 21. Okt. 2021

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (653 Forks)github user discovery
area/corehelp wantedkind/feature-requestskill-level/intermediate

Repository-Metriken

Stars
 (2.145 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide