Steve Wood

Results 137 comments of Steve Wood

When I tried the code the other day it was killed when building the oracle. Looking at the system log showed it was killed due to lack of memory. Changing...

> Will there be a fix to this? It needs investigating as to what appears to be consuming the memory and then, as we understand that, it can be determined...

Is this really just just #1434 taken further because with MPS you can get to even more qubits? At smaller qubit sizes does the MPS simulator produce a correct result...

@yaelbh If running the circuits on the backend returns failure, if it times out, then the user will see a circuit execution error raised from Aqua https://github.com/Qiskit/qiskit-aqua/blob/858305641429197560da2e31eb89bf362c8e6210/qiskit/aqua/utils/run_circuits.py#L338 (If it raises...

@yaelbh There is a zip attached with a jupyter notebook, that I believe demonstrates the problem, at the end of the issue description above

SLSQP is a gradient based optimizer and by default its using a finite difference where eps (the epsilon distance from the current point to surrounding points) is very small. I...

Hmmm, I wonder if the check for Aer qasm simulator is not returning correctly when the QasmSimulator is given directly like that with the MPS method. To include snaphots the...

Hi, I am wondering whether this might be more the sort of material that is more suitable for the Qiskit Textbook at https://qiskit.org/textbook/preface.html It sounds more like theory etc behind...

The way seed_simulator works depends on the different simulators. For a list of circuits Aer uses the same random generator seeded once, BasicAer seeds the generator for each circuit in...

At present the seed gets passed through on each execute, as you have seen. You would like the entire set of executes done using a single seed set up front....