You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.
Currently only statevector is supported in gpu branch. This proposal adds support unitary and density matrix simulator as master branch does for statevector.
Description
UnitaryMatrix and DensityMatrix extends QubitVector in master branch.
On the other hand, QubitVectorThrust behaves as QubitVector with thrust library that use GPUs if they exist. As UnitaryMatrix and DensityMatrix, UnitaryMatrixThrust and DensityMatrixThrust can be implemented by extending QubitVector.
Abstract
Currently only statevector is supported in gpu branch. This proposal adds support unitary and density matrix simulator as master branch does for statevector.
Description
UnitaryMatrix
andDensityMatrix
extendsQubitVector
in master branch.On the other hand,
QubitVectorThrust
behaves asQubitVector
with thrust library that use GPUs if they exist. AsUnitaryMatrix
andDensityMatrix
,UnitaryMatrixThrust
andDensityMatrixThrust
can be implemented by extendingQubitVector
.Required skills:
References
First step
statevector_fake_gpu
method is used.Members
@slackhandle
email:[email protected]
Deliverable
GitHub repo
https://github.com/bytesalad/qiskit-aer/tree/gpu
The text was updated successfully, but these errors were encountered: