Quick start#

Setting the backend#

QiboTN supports two backends cutensornet (using CuQuantum library) and Quimbbackend (using Quimb library) for tensor network based simulations. The backend can be set using the following command line.

For CuQuantum library,


and for Quimb library


Setting the runcard#

Basic structure of runcard is


Basic example#

# Execute the circuit and obtain the final state
result = c()

print(result.state())