boschmitt / tweedledum

C++17 Library for analysis, compilation/synthesis, and optimization of quantum circuits
MIT License
97 stars 36 forks source link

Improvements for building wheels #148

Closed boschmitt closed 3 years ago

boschmitt commented 3 years ago

Description

This PR greatly improves the scripts for building wheels. Moreover, it expands wheel building to support Apple Silicon, Linux POWER8 and Linux ARM64. (Basically, most platforms supported by Qiskit.)

The s390x still a working in progress. I have not yet figure it out how complicated it might be to support this platform, because I suspect some code (either in tweedledum or in one of its dependencies) seems to not be compatible with big endianness.

It also adds a workflow to run python tests.