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§
- Tensor
Network - A tensor network representation of a quantum state
- Tensor
Network Simulator - A simulator for quantum circuits using tensor network methods
Enums§
- Circuit
Type - Enum representing different types of quantum circuits
- Contraction
Strategy - Enum representing different contraction strategies for tensor networks