Raynel Sanchez
Raynel Sanchez
Thank you for checking this @ElePT, I couldn't replicate Jun's specific issue. But I do have an idea of how to replicate it. I will add unit tests soon. Thank...
Actually the test-case for this has proven a bit harder to compose. This problem appeared to happen on previous versions of our code and only if Qiskit is ran with...
Out of curiosity, would it be easier to just have the constructor setter methods for `num_qubits` and `qubit_properties` (or have them together as one method), and allow the user to...
> Are there specific use cases in mind for which a C API version of it and its variants would be needed, given that at this stage we are not...
Here's what the benchmarks look like across the board. I'd like to have better ones to show so if you'd like to suggest one I should run please leave it...
The latest updates remove the intermediate struct which also resolves the overhead of deserialization when performing multithreaded operations, here are some benchmarks after the update vs the latest main: All...
Latest benchmark run (after #13141 merged) | Change | Before [5e39fc10] | After [e369460a] | Ratio | Benchmark (Parameter) | |----------|----------------------------|-----------------------------------------------|---------|-----------------------------------------------------------------------------------------------------------| | - | 12.6±0.4ms | 11.4±0.1ms | 0.91 |...
After rewriting the logic of the `BasisTranslator` pass to use this new API, there was some minor speedup within the pass: | Change | Before [f3bac5a0] | After [c91d45bd] |...
In hindsight @Cryoris, we might not be able to use a simple `impl Trait` I believe I can now see why you used so many `Box` pointers. > This is...
> Labeling this for 2.4 for now, but do we still want this? The PR this was based on has been closed and I'm unsure if how much the original...