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

Fix icpc pybind11. #173

Closed s-mandra closed 4 years ago

s-mandra commented 4 years ago

The easiest way to fix this was to actually use g++ for pybind11 instead of icpc. Since the library are already compiled with icpc, performance shouldn't be affected.

s-mandra commented 4 years ago

Fixes #171.

s-mandra commented 4 years ago

One test fails because of linking issues.