Toshinari Itoko

Results 14 comments of Toshinari Itoko

It's difficult for Qiskit to support the load of the csv files that is specific to IBM backends, I think. (IBM can change the format of CSV or even providing...

Just my curiosity, why are we going to use DisjointSet data structure (with a slight extension) for implementing Stoer Wagner min cut algorithm? What are the advantages over another approach,...

That sounds good to me. I'm very interested in the benchmark result. I like DisjointSet/UnionFind (and want to have it if necessary). I know it's very fast in general, and...

Thank you for the quick benchmarking, @georgios-ts. I run the above code in my local environment and got the similar results. I was curious about the surge in the Mycielski...

I understand users don't want to pass `backend` multiple times. But I'm not sure having `coupling_map` in NoiseModel (just for passing it to AerSimulator) is the best way to avoid...

As Chris suggested above, Aer's definition of `param_phase` (`exp(-t/T1) * (1-exp(-t/T_phi)`) and your definition of `param_phase` (`(1-exp(-t/T_phi)`) is different. I think `param_amp + param_phase

Thanks, @dtmcclure (sorry for slow response). I'm all for improving terminology. Also the upgrade in handling of T2 value makes sense to me. In current API, callers of `thermal_relaxation_error` has...

This paper would be interesting for this project members. Depth-Optimal Quantum Circuit Placement for Arbitrary Topologies https://arxiv.org/abs/1703.08540 It provides MIP formulation of the mapping problem (objective is minimization of circuit...

Ah, I missed the point (`backend` can be None and replaceable after instantiation) again... I'm happy if we could require backend on experiment instantiation (I personally think that is good...

Thank you for providing detailed issues. 1. Regarding the coupling of `two_qubit_density ` and `pauli_randomize`, I think `MirrorRB` should just pass both to `EdgeGrabSampler`, and `EdgeGrabSampler` should take them as...