tnc/
_tutorial.rs

1//! # Tutorial
2//!
3//! Here you will find explanations and instructions on various topics related to the
4//! library. If you are missing something, feel free to open an issue.
5//!
6//! Please note that we only include code examples here when necessary, as doc tests
7//! are unfortunately only executed for code examples in function docstrings (and not
8//! module docstrings). Accordingly, code examples in the tutorials are not executed
9//! and therefore run the risk of quickly becoming outdated.
10pub mod constructing_tns;
11pub mod hpc_overview;
12pub mod pathfinding_and_contraction;
13pub mod tensors_structure;