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

Run qFlex natively on Mac OSX using clang #211

Closed s-mandra closed 4 years ago

alankao64 commented 4 years ago

Can confirm that everything is working!

s-mandra commented 4 years ago

Let me try to automatize the process on Mac OS X. Otherwise, I'll merge this PR. Thanks!

s-mandra commented 4 years ago

Can confirm that everything is working!

@alankao64, can you double check that everything is working by just running:

autoreconf -i && autoconf && ./configure && make -j8 && make -j8 run-tests

Thanks!

alankao64 commented 4 years ago

@alankao64, can you double check that everything is working by just running:

Confirmed everything works after updating cirq!