Closed SamFerracin closed 8 months ago
Context:
from mrmustard.lab_dev import Coherent Coherent([0, 1]) >> Coherent([0]).dual
At the moment, the code above returns a CircuitComponent. We want it to return a Ket.
CircuitComponent
Ket
Attention: Patch coverage is 88.88889% with 2 lines in your changes are missing coverage. Please review.
88.88889%
2 lines
Project coverage is 86.53%. Comparing base (2ee1b98) to head (591ef93).
2ee1b98
591ef93
Context:
At the moment, the code above returns a
CircuitComponent
. We want it to return aKet
.