-
Notifications
You must be signed in to change notification settings - Fork 209
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
[experimental/python] Improvements, gaps and fixes: Part#1 #1157
Comments
Issues related with |
|
|
note here - need to disallow empty list initializer |
I think the changes to JITExecutionCache.cpp (as originally done in a610481 but later backed out) are likely still needed for thread safety reasons. Is that being tracked somewhere? |
Yes, I have it in a new PR. But, good to note here as well for tracking. |
Note - Need to fix issue with kernel composition requiring kernel argument being defined before kernel taking kernel as input. |
Fix bug in AST mode where |
Remote simulator target tests enabled - PR #1187 |
|
Pedantically speaking, we could allow it. But it wouldn't be terribly interesting. Fast though. Processing a vector with 0 elements should zoom-zoom. (I recall adding code to the bridge to handle 0-element initializer lists, but don't recall exactly the status.) |
In |
Error handling and messaging captured in #1251 |
Gaps in features and enhancement:
Must have:
vqe
moduleparallel
modulechemistry
moduleState
,get_state_async
,AsyncStateResult
OptimizationResult
broadcast
inmpi
observe_async
in eager moderegister_name='name'
is ignoredqlist
from_state
: Will be addressed separatelyrange(q, p, -1), p == 0
NvcfSimulatorQPU
similar toPyRemoteSimulatorQPU
Nice to have:
The text was updated successfully, but these errors were encountered: