unitaryfund / qrack

Comprehensive, GPU accelerated framework for developing universal virtual quantum processors
https://qrack.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
176 stars 38 forks source link

Fix build error in test case when `QBCAPPOW < 7` #1012

Closed jpacold closed 5 months ago

jpacold commented 5 months ago

Quick fix for the build error reported here. It looks like I assumed I could use BIG_INTEGER_WORD in the test, but we don't necessarily have big_integer.hpp included. Let me know if there is some other standard way to do this.

jpacold commented 5 months ago

Closing this PR because the issue is fixed by #89c4366.