-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔖 v0.6.3-rc2 #50
🔖 v0.6.3-rc2 #50
Conversation
improved clang-tidy-17 compatibility / rewrite test scripts in Bash
…gly-remove-gates 🐛 trivial-optimization removes non-matching cz gates
Hotfix boolean matrix and extractor
Sanity/zx2ts safely abort
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
docker/env.Dockerfile
Outdated
@@ -5,4 +5,5 @@ RUN dnf install -y \ | |||
clang \ | |||
cmake \ | |||
lapack-devel \ | |||
openblas-devel | |||
openblas-devel \ | |||
parallel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not needed in env.Dockerfile, only direct dependencies should be here
docker/prod.Dockerfile
Outdated
@@ -14,7 +14,8 @@ FROM fedora:38 AS runner | |||
RUN dnf install -y \ | |||
lapack \ | |||
openblas-serial \ | |||
libomp | |||
libomp \ | |||
parallel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same, don't need parallel
Check List
make test
?make test-docker
?make lint
before submission?Changed
bad_alloc
when doing tensor calculationmake lint
now don't check .hpp files (would be covered by .cpp file checks)Fixed
qcir
package does not supportSWAP
gate thoroughly #44