Hello,
I have some questions regarding the execution of the GHZ state on Quandela’s optical quantum computers (Ascella/Altair).
I am trying to execute the circuit generated from the unitary matrix, as described in Decomposing gate-based circuits: qiskit and myQLM — perceval v0.12 documentation
The unitary matrix has a dimension of 10x10 since it uses heralded photons. I am having difficulty identifying which positions correspond to the heralded photons. How can I understand how to generate this matrix with heralded photons?
The circuit generated from the unitary matrix is an approximation that does not use heralded photons. Once I identify which positions correspond to the heralded photons, how should I define the input states?
After several attempts to run the simulation on Ascella, considering the last 4 states as ancillas and the input |1,0,1,0,1,0,0,0,0,0>, the results obtained are far from the expected outcome:
|1,0,1,0,1,0> 1/2
|0,1,0,1,0,1> 1/2
How should I interpret these results?
I would greatly appreciate it if someone could help me.
Thank you!