Skip to content

pytket-cutensornet 0.8.0

Compare
Choose a tag to compare
@PabloAndresCQ PabloAndresCQ released this 27 Sep 09:28
· 16 commits to main since this release
a4eade6
  • API breaking changes

    • Removed use_kahypar option from Config. It can still be set via the simulate option compilation_params.
  • New feature: simulate now accepts pytket circuits with Measure, Reset, Conditional, ClassicalExpBox and more classical operations. You can now retrieve classical bit values using get_bits.

  • When calling simulate, the gates on the circuit are no longer sorted by default. Use compilation_params["sort_gates"] = True to recover this behaviour, which is now deprecated.

  • StructuredState now supports simulation of single qubit circuits.

  • Some bugfixes on MPSxMPO relating to measurement and relabelling qubits. The bug was caused due to these functions not guaranteeing the MPO was applied before their action.

  • Documentation fixes:

    • apply_qubit_relabelling now appears in the documentation.
    • add_qubit removed from documentation of MPSxMPO, since it is not currently supported.