Closed dependabot[bot] closed 2 years ago
Merging #261 (1cbd21e) into dev (fc0eafa) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## dev #261 +/- ##
=======================================
Coverage 68.60% 68.60%
=======================================
Files 23 23
Lines 1978 1978
=======================================
Hits 1357 1357
Misses 621 621
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update fc0eafa...1cbd21e. Read the comment docs.
@dependabot rebase
@gwwatkin does this help with what you were trying to do?
QASM parser: added support for controlled-Hadamard and controlled-Z phase gates.
https://github.com/Quantomatic/pyzx/commit/73998cb6eafda13832306edf2dd4d8ec6fe236cd
Also realized it was the issue you commented on as well: https://github.com/Quantomatic/pyzx/issues/48
Yes it would make the parsing via PyZX more robust, as it would allow us to parse small QFTs with it. It's cool that they have it now.
Unfortunately we still can't use it for larger ones (>48 qubits I think) because PyZX runs into precision problems with very small angles.
Makes me think though we should offer the user the possibility of choosing their parser.
I also see that they are adopting a different convention from ours
Updates the requirements on pyzx to permit the latest version.
Release notes
Sourced from pyzx's releases.
Changelog
Sourced from pyzx's changelog.
... (truncated)
Commits
2bbb8de
Bump version number8504035
Updated changelog3001747
Merge pull request #83 from paultirlisan/masterbc2c786
removed Literal56f42df
minor fixesb3b38a8
added pyzx sheet 53ced240
Fixed some comments in Quimb Benchmark.625fc0f
Fixed scalar bug in to_quimb_tensor method.ff14067
Normalize dense circuits, add plot with optimal strategy on dense circuits an...b6969c6
Improve code for Quimb Benchmark.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)