PennyLaneAI / pennylane-qiskit

The PennyLane-Qiskit plugin integrates the Qiskit quantum computing framework and IBM Q with PennyLane.
https://docs.pennylane.ai/projects/qiskit
Apache License 2.0
184 stars 66 forks source link

Add the Missing Gates for Conversion #449

Closed obliviateandsurrender closed 7 months ago

obliviateandsurrender commented 7 months ago

Adds the following missing gates for the conversion -

  1. CH -> CHGate
  2. CPhase -> CPhaseGate
  3. CY -> CYGate
  4. CCZ -> CCZGate
  5. ECR -> ECRGate
  6. Barrier -> Barrier
  7. GlobalPhase -> GlobalPhaseGate*

*(Qiskit follows the inverse convention)

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7908dba) 100.00% compared to head (41266b4) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #449 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 429 432 +3 ========================================= + Hits 429 432 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

obliviateandsurrender commented 7 months ago

[sc-56127]