Skip to content

Version 1.7.1 Release

Compare
Choose a tag to compare
@burgholzer burgholzer released this 21 Oct 11:54
cf7d866

This release adds minor improvements from #16, #18, and #20:

  • ✨ added the possibility to dump a tensor network representation of a given QuantumComputation
  • ✨ the Qiskit QuantumCircuit import now natively supports ancillary registers and c3x/c4x gates.
  • ⚡ actually enables -march=native -mtune=native for source builds via pip
  • 🚨 fixed some compiler warnings in the bindings code
  • ⬆️ updated all external submodules to their most recent version
  • ⚡ setup.py now runs on as many threads as available
  • 🍎 added pre-built wheels for Apple silicon
  • 🚀 added Python 3.10 wheels
  • 💚 cleaned up the CI script
  • 📝 updated documentation