Steve Wood

Results 137 comments of Steve Wood

I found the original issue before we had any limit on kernel Qiskit/qiskit-aqua#208 (of course things have changed a bit since back then but I think the memory consumption is...

> The plan is to create a quantum instance that can test if we don't run out of memory I am not sure how doable that is - the Python...

FYI the change from 1000, that was set back then, to 900, for better match/efficiency to backends is relatively recent #150

To align the batch size with the remote entity based on some remote circuit size limit per job seems fine. Some auto mode - that's what you want some magic...

I think the new location for the code should be in whatever release note we end up with right. Do we want to do a release note here noting the...

Transferring to qiskit-optimization as the optimization logic has been moved from Aqua for the next release. This may not be relevant once the refactoring of the application problems is done...

Transferring to qiskit-machine-learning where the ML code from Aqua has been moved.

@mrossinek I see you linked #646 to close this. However from what I see at present in the PR VQEU(V)CCFactory internally creates a VQE object - the thought expressed by...

Lets do a separate PR. And as to timing, I think better next release.

In caching it on the server, how about just repeatedly calling the callback with any cached values when the connection is restored. Hence a user would see 'normal' behavior and...