CQCL / pytket-cutensornet

cuTensorNet Python API extensions for pytket quantum SDK
Apache License 2.0
8 stars 1 forks source link

Feature/relabel qubits #102

Closed PabloAndresCQ closed 2 months ago

PabloAndresCQ commented 2 months ago

Description

New feature: apply_qubit_relabelling both for MPS and TTN to change the name of their qubits. This is now used within simulate to take into account the action of implicit SWAPs in pytket circuits (no additional SWAP gates are applied).

Note: There's no rush to get this released/merged.

Checklist