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

add automated integration and testing #7

Closed dlyongemallo closed 5 years ago

dlyongemallo commented 5 years ago

Eventually, add something like Travis CL.

Blocked by #3 obviously.

95-martin-orion commented 5 years ago

This was added in PR #48, but it won't be available for use until the repo is public. Until then, developers should manually run those tests for each new PR.

95-martin-orion commented 5 years ago

We'll need to extend this to cover Python tests as well, as more Python code is added to support the Cirq integration.

95-martin-orion commented 5 years ago

Moved to post-release fixes. This is the first thing that needs to be resolved after release, as it provides the automated testing to ensure all subsequent changes are valid.