Struct TensorNetwork::BlissGraphOptions

Nested Relationships

This struct is a nested type of Class TensorNetwork.

Struct Documentation

struct BlissGraphOptions

options for generating bliss Graph

Public Members

const named_indices_t *named_indices = nullptr

pointer to the set of named indices (ordinarily, this includes all external indices); default is nullptr, which means use all external indices for named indices

bool distinct_named_indices = true

if false, will use same color for all named indices that have same Index::color(), else will use distinct color for each

bool make_labels = true

if false, will not generate the labels

bool make_texlabels = true

if false, will not generate the TeX labels