CQCL / pytket-cutensornet

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

Bugfix/support create #90

Closed PabloAndresCQ closed 3 months ago

PabloAndresCQ commented 3 months ago

Description

The tensor network converter TensorNetwork did not support the Create operation that explicitly initialises a qubit to state |0>. This PR adds a bugfix and tests for this.

Related issues

Bugfix for issue #88.

Checklist