Skip to main content

Module tensor_network

Module tensor_network 

Source
Expand description

Tensor Network simulator implementation

This module provides a tensor network-based quantum circuit simulator. Tensor networks can be more efficient than state vector simulation for circuits with specific structures or limited entanglement.

Modules§

contraction
Contraction strategies for tensor networks
opt_contraction
Optimized tensor network contraction algorithms
tensor
Tensor representation for quantum states and operations

Structs§

TensorNetwork
A tensor network representation of a quantum state
TensorNetworkSimulator
A simulator for quantum circuits using tensor network methods

Enums§

CircuitType
Enum representing different types of quantum circuits
ContractionStrategy
Enum representing different contraction strategies for tensor networks