CQCL / pytket-cutensornet

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

Consider adding a C++ library to make specific cutensornet usecases more efficient #134

Open jake-arkinstall opened 2 days ago

jake-arkinstall commented 2 days ago

There are currently some performance hurdles that we suspect are caused by too much switching between cutensornet and python within hot paths. This might be alleviated somewhat if we avoid such behaviour by encapsulating the behaviour within C++ or cuda directly, and using pytket-cutensornet to wrap that functionality in a python interface.