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 check_format.sh to work on Mac OSX and on Travis (YAPF) #209

Closed s-mandra closed 4 years ago

s-mandra commented 4 years ago

For consistency, check_format.sh is now run inside a docker containers (slightly different versions of yapf and clang-format give different formats. Also, styles are now saved in .style.yapf and .clang-format in the root folder.

s-mandra commented 4 years ago

Fixes #206