New feature: interleaved amplitude type #395
TysonRayJones
announced in
Announcements
Replies: 1 comment
-
Added in 4122a6e |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
contributors: Ali Rezaei and Tyson Jones
release: v4
The backend and API will make use of an interleaved complex scalar type, in lieu of the current separation of real and imaginary components. This remains precision-agnostic, is interoperable between
C
andC++
, and is compatible withGNU
,MSVC
,Clang
,MPI
,NVCC
,HIP
and Intel compilers (and withOpenMP
, except on Windows *shudder*). See the architecture and a minimum demonstration of this feature here.Beta Was this translation helpful? Give feedback.
All reactions