issues
search
QuEST-Kit
/
QuEST
A multithreaded, distributed, GPU-accelerated simulator of quantum computers
https://quest.qtechtheory.org/
MIT License
398
stars
137
forks
source link
added DiagMatr
#433
Closed
TysonRayJones
closed
4 months ago
TysonRayJones
commented
4 months ago
and...
changed 'elems' field of dynamic-size CompMatr to 'cpuElems' to better imply the need for synchronisation
moved some matrix formatting logic into formatter.cpp, out of structures.cpp
made matrix-creator free after failed validation to avoid memory leak
disambiguated some validation naming
and...