Hans van Someren
Hans van Someren
The reference updater `include/ql/com/map/reference_updater.h` and its source `src/ql/com/map/reference_updater.cc` update in an instruction (includes a gate) the qubit operand(s) from virtual to real, i.e. applies the qubit mapping, when the gate...
The option `assume_prep_only_initializes` specifies that the `prep` gate indeed sets the qubit to `|0>`. Similarly one could expect options that the other gates (`swap`, `move`, `tswap`, `tmove`) do what they...
Hi Anabel, 1. As far as I can see, I'm still missing an option to enable/disable your algorithm. Can you add it? 2. I saw your example.py file. Can you...
Hi, I would like this to be part somehow of the repository! Groet, Hans van Someren Op 15 jul. 2021 om 18:11 heeft jvanstraten ***@***.***> het volgende geschreven: Some...
Part of the problem is existing practice: some json files for cc and for diamond use a space as separator in the key in the gate_decomposition section and/or in the...
The gate_decomposition section only specifies commas in an example, not in the text. So the documentation text should be updated as well. Conclusion for the interfacing to PycQED: standardizing on...
You write: > test/v1x/python/test_condex.py fails to finish very often Can you be more specific: - what is it doing when it doesn't finish, where is it running then? - is...
I can imagine a lot failing, notably in the mapper. The mapper may depend on a random number taken. But we should only start suspecting the mapper when we know...