Tensor Network Guide¶
- 1. Basics
- 2. Contraction
- 3. Drawing
- 4. Optimization
- 5. 1D Algorithms
- 6. 2D Algorithms
- 7. Quantum Circuits
- 7.1. Simulation Steps
- 7.2. Building the
Circuit
- 7.3. Parametrized Gates
- 7.4. Forming the Target Tensor Network
- 7.5. Locally Simplifying the Tensor Network (the
simplify_sequence
kwarg) - 7.6. Finding a Contraction Path (the
optimize
kwarg) - 7.7. Performing the Contraction (the
backend
kwarg) - 7.8. Performance Checklist
- 8. Quantum Circuits with MPS
- 9. Design
- 9.1.
Tensor
- 9.2. Creating & Contracting Tensors
- 9.3. Copying & Modifying Tensors
- 9.4.
TensorNetwork
- 9.5. Selecting Tensors Based on Tags - the
which
kwarg - 9.6. Copying & Modifying Tensor Networks
- 9.7. Combining TNs
- 9.8. Tensor ‘Owners’
- 9.9. Structured (1D, 2D, …) Tensor Networks
- 9.10. Standard vs. Hyper Indices & Tensor Networks
- 9.1.