Ikko Hamamura

Results 71 comments of Ikko Hamamura

I see. then, we need to add more benchmarks to Qiskit repository. EDITED: I'll add the benchmark for the tutorial here.

@ShellyGarion Thank you for your comments. It is true that the previous codes are hard to read. So, I added methods: `stabilizer_tableau()` and `stabilizer_list()`, and so on. I think now...

I believe we already discussed that issue at last years quantum_info meeting. I think at least @chriseclectic and @ShellyGarion were there, maybe you (@jakelishman) and @mtreinish too. The regression is...

The process is: 1. Define the internal data structure for Clifford (based on tableau representation). 2. StabilizerTable and PauliTable will be deprecated and use PauliList instead. If you agree this...

This is my summer vacation :gift: Sorry for late, but could you review the PR again?

OK, then let's stop deprecation. It follows the deprecation policy. In any case, the deprecation of PauliTable will not be ready in time for 0.22, and I would like to...

Does Sampler need to support mid-circuit measurements in the first place? I thought mid-circuit measurement could not be supported the various error-mitigation methods. But I am not aware of any...

In general, we would welcome the speedup with Rust as long as there are no API changes. The bottleneck of the `SparsePauliOp.to_matrix()` method is the following line: https://github.com/Qiskit/qiskit-terra/blob/5c19a1f34935cc0a230878fc67539af59cc0ab2a/qiskit/quantum_info/operators/symplectic/base_pauli.py#L434 I think...

Milestone: 0.19 Label: `Changelog: Deprecation`, `mod: quantum info`