Ikko Hamamura

Results 71 comments of Ikko Hamamura

EstimatorV2 here https://github.com/Qiskit/qiskit-aer/pull/2088

Dependency https://github.com/Qiskit/RFCs/pull/52

@woodsp-ibm Thanks. The spec of options in `qiskit-ibm-runtime` may be changed in the future, so I do not want to change the Aer primitives' options now. After spec is fixed,...

I think we can do it except for the PEC. I'll have to do some research on the PEC to find out the way. (Because it is an approximate simulation...

Closed because algorithms are out of focus now.

Variance is not standard error (SEM). Variance is square of the standard deviation (SD). SEM can be calculated using Variance and shots.I asked the question, "Do we need SD or...

## Dev Environment 1. Fork Qiskit-Terra 2. Make your branch to work For CLI ``` git clone https://github.com/Qiskit/qiskit-terra.git git remote add sky-born https://github.com/sky-born/qiskit-terra git fetch sky-born git switch -c qiskit_korea_hackerthon...

It may be better to prepare the molecule for benchmark.

You can choose it. You can use same molecules with the paper, or it may be interesting to study and compare other molecules. Note that the paper uses Ancillary files...

This is a hint for creating Pauli graph. https://github.com/Qiskit/qiskit-terra/pull/5299/files Hint for ` _anti_commutation_graph(ops: PauliSumOp) -> List[Tuple[int, int]]:` For TPB (qubit-wise anti-commutation graph), ```python # convert a Pauli operator into int...