Add CPU and GPU into backends

This commit is contained in:
Liwei Yang
2024-01-24 17:50:54 +08:00
committed by yangliwei
parent c2d2c8318f
commit 388afffa72
3 changed files with 343 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
from qibotn.backends.cpu import NumbaBackend
from qibotn.backends.gpu import CuTensorNet