CQCL / pytket-cutensornet

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

Make TTN feature complete #115

Open PabloAndresCQ opened 1 month ago

PabloAndresCQ commented 1 month ago

Implement the abstract functions from StructuredState not yet supported by TTN. These are measure, sample, postselect and add_qubit.

PabloAndresCQ commented 5 days ago

A first rough implementation for postselect appears in branch feature/ttn_postselection and add_qubit appears in research/compilation (along with some stuff not relevant to this issue). Some cleaning up would be needed, along with implementation of the remaining methods.