Steve Wood

Results 137 comments of Steve Wood

If we want this backported, we need to be careful since this is also fixing the newly moved/refactored logic in second_q too. Maybe split the PR into 2 with the...

A comment here. With algorithms they are supposed to be able to be re-used; e.g call the run() multiple times and it should behave as if the parameters were set...

I think too that we should make it clear that what is computed is the Electronic Energy only. Some users expect it to be the total energy and don't get...

Can you elaborate on what you mean by ` is done is not very friendly for real backend.` I would like to understand the problem that this proposal is solving....

I will note that the intent going forwards is to move the algorithms over to using the primitives. At this point primitives define an interface and whether they are purely...

Hi @matteoacrossi as you may have noticed the code has been refactored/changed since the original chemistry in Aqua. You can see the mappers are standalone objects here, and the second...

I transferred from Aqua as Chemistry has been moved here for the next release with Aqua being deprecated.

@paulineollitrault Do you have any response to the last comment above that despite the normalization fix being merged there are still differences? If this is still an issue I will...

> With the batching system: 1500 circuits → 400+400+400+300 = 7 jobs 7? or 4? I guess I do not fully follow your example The way things were done was...

Ok it did not state that 400 was the batch size. 1500 circuits with 400 batch size and 300 max circuits on backend would indeed create an inefficiency. As to...