ngnrsaa / qflex

Flexible Quantum Circuit Simulator (qFlex) implements an efficient tensor network, CPU-based simulator of large quantum circuits.
Apache License 2.0
97 stars 24 forks source link

Improve circuit reading. #151

Closed s-mandra closed 4 years ago

s-mandra commented 4 years ago

Not sure why some tests still fail ..

s-mandra commented 4 years ago

Not sure why some tests still fail ..

It could be related with the inhomogeneous update. Simulations work fine and checked against cirq, so no surprises.

95-martin-orion commented 4 years ago

Not sure why some tests still fail ..

Where are you seeing failures? I'll check if I see the same on my end.

s-mandra commented 4 years ago

Not sure why some tests still fail ..

Where are you seeing failures? I'll check if I see the same on my end.

The problem was related to the fact that tensors are not homogenous anymore. I removed those tests because outdated. Everything else works smoothly. :)

95-martin-orion commented 4 years ago

@s-mandra, requesting priority for this as it blocks three other PRs (#155, #140, #154)