quantumlib / Stim

A fast stabilizer circuit library.
Apache License 2.0
310 stars 90 forks source link

Adding support to not native x86 systems for external libraries #732

Closed mghibaudi closed 3 months ago

mghibaudi commented 4 months ago
Strilanc commented 4 months ago

Is there a way to test these working, from github actions, so that I don't accidentally break them given that I'm running on x86 machines?

Strilanc commented 4 months ago

The new muxing logic is failing on widows and osx, as you can see in the CI tests.

mghibaudi commented 4 months ago

Thanks @Strilanc for the quick review - enabled CI on the fork and debugged the issues (i386, i686 were missing - thus Win and Mac failures). Current version passes cleanly on my forkd' main.

mghibaudi commented 3 months ago

@Strilanc - just checking did you manage to have a look at the latest changes? they do fix the previous error and pass in CI (on the forked branch).