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

Continuous tests for "pip install qflexcirq" #280

Open alexandrupaler opened 4 years ago

alexandrupaler commented 4 years ago

PR #249 is merged to master, and I have closed #133. As suggested in #133, the next step is to make sure that packaging is not affected by future development.

95-martin-orion commented 4 years ago

When adding these, we should take note that tests with an installed copy of qflexcirq may misbehave if run under the same directory as a qflex git repo (e.g. giving false positives due to importing from the repo instead of the installed module).

95-martin-orion commented 4 years ago

Now that qsim is public, its install tests may be a good reference point for this.