Closed hhorii closed 4 years ago
SIMD support for simulator is quite important to make qiskit be a perfect toolchain. I have some parallel programming experience (e.g. CUDA) and have learned linear algebra for computational physics. I will pay sometime to see if I can envolve this topic after the camp.
@aoowweenn a lot of good topics even in closed issues, I hope people try and work on them outside of the hackathon too as challenges.
Abstract
Aer supports SIMD optimization since Qiskit-Aer 0.6.0 for
statevector
method ofQasmSimulator
but not fordensity_matrix
method ofqasm_simulator
andUnitaryMatrixSimulator
. This challenge is aimed to add supports of SIMD optimization for density and unitary matrix simulators.Description
satevector
method ofQasmSimulator
stores probability amplitudes intoqubitvector
and density and unitary matrix simulators also their data intoqubitvector
.Work items are:
Members
@slackhandle
email:example@example.com
Deliverable
PR to qiskit-aer
GitHub repo