Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
cotengra 0.7.5.dev1+gb6374ae documentation
Light Logo Dark Logo

Guides

  • Installation
  • High Level
  • Optimizer Basics
  • Advanced Config
  • Visualization
  • Contraction
  • Tree Surgery
  • Examples
    • Contracting a large output lazily
    • Approximate/compressed contraction
    • Extract contraction to matmuls only

Development

  • Changelog
  • GitHub Repository
  • API Reference
    • cotengra
      • cotengra._version
      • cotengra.contract
      • cotengra.core
      • cotengra.core_multi
      • cotengra.experimental
        • cotengra.experimental.path_compressed_branchbound
        • cotengra.experimental.path_compressed_mcts
      • cotengra.hypergraph
      • cotengra.hyperoptimizers
        • cotengra.hyperoptimizers.hyper
        • cotengra.hyperoptimizers.hyper_baytune
        • cotengra.hyperoptimizers.hyper_choco
        • cotengra.hyperoptimizers.hyper_cmaes
        • cotengra.hyperoptimizers.hyper_nevergrad
        • cotengra.hyperoptimizers.hyper_optuna
        • cotengra.hyperoptimizers.hyper_random
        • cotengra.hyperoptimizers.hyper_skopt
      • cotengra.interface
      • cotengra.oe
      • cotengra.parallel
      • cotengra.pathfinders
        • cotengra.pathfinders.path_basic
        • cotengra.pathfinders.path_compressed
        • cotengra.pathfinders.path_compressed_greedy
        • cotengra.pathfinders.path_edgesort
        • cotengra.pathfinders.path_flowcutter
        • cotengra.pathfinders.path_greedy
        • cotengra.pathfinders.path_igraph
        • cotengra.pathfinders.path_kahypar
        • cotengra.pathfinders.path_labels
        • cotengra.pathfinders.path_quickbb
        • cotengra.pathfinders.path_random
        • cotengra.pathfinders.path_simulated_annealing
        • cotengra.pathfinders.treedecomp
      • cotengra.plot
      • cotengra.presets
      • cotengra.reusable
      • cotengra.schematic
      • cotengra.scoring
      • cotengra.slicer
      • cotengra.utils
Back to top
View this page

ExamplesΒΆ

Examples

  • Contracting a large output lazily
  • Approximate/compressed contraction
  • Extract contraction to matmuls only
    • Tracing the computational graph
    • getting the linear form of the contraction
Next
Contracting a large output lazily
Previous
Tree Surgery
Copyright © 2020-2024, Johnnie Gray
Made with Sphinx and @pradyunsg's Furo