New feature: interleaved amplitude type #395
Closed
TysonRayJones
announced in
Announcements
Replies: 2 comments
-
Added in 4122a6e |
Beta Was this translation helpful? Give feedback.
0 replies
-
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
Uh oh!
There was an error while loading. Please reload this page.
-
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