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 25 forks source link

refactor code out of header files #6

Closed dlyongemallo closed 5 years ago

dlyongemallo commented 5 years ago

Header .h files should have only declarations, and definitions should be in source .cpp files.