Jij-Inc / Qamomile

7 stars 1 forks source link

The transpilation of ParametricTwoQubitGateType in Quri -parts is not appropriate. #69

Closed Jacomichi closed 2 months ago

Jacomichi commented 2 months ago

We have to use the value of SinglePauli which should be 1,2 or 3 for pauli_ids. However, the code uses 0 https://github.com/Jij-Inc/Qamomile/blob/ba44c5fe9a9d1ecd3f99079a71fe2cfd22d9b523/qamomile/quri_parts/transpiler.py#L239

Jacomichi commented 2 months ago

This is fixed by #70