mptensor  v0.3.0
Parallel Library for Tensor Network Methods
index_constructor.hpp File Reference

Go to the source code of this file.

Functions

These constructors generated by index_constructor.py mimic the list literal of python. Constructors with more arguments exist but they are omitted from this document for simplicity.

 Index (size_t j0)
 
 Index (size_t j0, size_t j1)
 
 Index (size_t j0, size_t j1, size_t j2)
 

Function Documentation

◆ Index() [1/3]

Index ( size_t  j0)

◆ Index() [2/3]

Index ( size_t  j0,
size_t  j1 
)

◆ Index() [3/3]

Index ( size_t  j0,
size_t  j1,
size_t  j2 
)