Paul Nation

Results 110 comments of Paul Nation
trafficstars

For 4 modes at 15 levels each the total Hilbert space size is 50625. For a dense complex array your looking at something like 38Gb of data. Sparse will help...

The point of removing it was not really the overlap but that we really do not need IBM cookie tracking in an open source projects docs. A lighter solution should...

Google analytics is directly supported in the theme via the `'analytics_id'` option.

I am not sure I follow the logic here. There is a `BaseSampler` that targets a statevector simulator, which is not really a sampling routine at all, and because of...

I believe we went through this discussion before and the people in favor of following Python code styles won. I advocated for much the same at that time because the...

Demanding that a repr be evaled can also lead to unwanted large outputs. Eg. the `Result` repr easily blows up. Try: ```python from qiskit import * from qiskit_aer import AerSimulator...

Note that the behavior is also not consistent with Aer, where `seed_simulator` can be an int, but then each circuit in a list does not get the same seed applied...

If a passed int seed was used to seed an RNG to make a list of seeds, one for each process, would that not work here? I have done that...

I tried installing it in a new conda env with ```--no-cache-dir``` and the `1.1.1` wheel built fine. This is on Py310

To be clear, I have not had any M1 problems outside of `openblas+scipy` issues in recent memory.