#include "cytnx.hpp"
#include <string>
#include <stack>
#include <vector>
Go to the source code of this file.
|
| namespace | cytnx |
| | Helper function to print vector with ODT:
|
| |
|
| UniTensor | cytnx::ncon (const std::vector< UniTensor > &tensor_list_in, const std::vector< std::vector< cytnx_int64 > > &connect_list_in, const bool check_network=false, const bool optimize=false, std::vector< cytnx_int64 > cont_order=std::vector< cytnx_int64 >(), const std::vector< std::string > &out_labels=std::vector< std::string >()) |
| |