Pablo Andres-Martinez

Results 8 comments of Pablo Andres-Martinez

Hi @SebastianSchlag, thanks for your prompt reply. > The actual optimization of those is tightly coupled to the individual refinement algorithms for efficiency reasons. For the direct k-way approach for...

Hi @kittobi1992, Thanks for the heads up! It sounds very interesting. My team is no longer working on the project that motivated this request, but I will keep it in...

Thanks for the details! I am attaching the full log of the case where no value for `CONFIG_NUM_HYPER_SAMPLES` was provided. I compressed it using 7zip, you might need 7zip to...

Thanks, that was helpful. I was not aware that cuTensorNet would do slicing even when using a single GPU (I thought this was only used when parallelisation was enabled). Just...

Ah, I had not seen `NetworkOptions.memory_limit`, thanks for pointing that out! > Would it be sufficient if we throw this MemoryError with message on the actual required workspace size? As...

Thanks! Is there an expected date for a release including the bugfix and adding the extra info in the MemoryError message?

Adding for context: pytket-quantinuum outputs QASM/QIR circuits with angles in the interval [0, 4pi) but the machine actually runs gates with angles [-pi/2, pi/2]. Importantly, the way negative angles are...

Here's a summary of what I've found out so far: **Note**: to attempt to avoid confusion, all discussion of angles here are in terms of radians, rather than pytket's "half...