You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the expected result is '111'. I'm assuming this is because the method WeightedCFLOBDDQuantumCircuit::ApplyMCXGate is defined, however the body of this method is empty.
The text was updated successfully, but these errors were encountered:
Yes. Some gates have not been implemented yet for the WCFLOBDD backend. I plan to do them in the next few weeks. I will at least add "NotImplementedException" so this output doesn't happen.
Please feel free to do it if you want to take a stab at it. However, it might take a few days atleast for me to get to this.
Hi,
there seems to be some issue with using the MCX gate with the WCFLOBDD backend.
For example, when I run
it produces
when the expected result is
'111'
. I'm assuming this is because the methodWeightedCFLOBDDQuantumCircuit::ApplyMCXGate
is defined, however the body of this method is empty.The text was updated successfully, but these errors were encountered: