Cytnx icon indicating copy to clipboard operation
Cytnx copied to clipboard

Style of print

Open pcchen opened this issue 2 years ago • 0 comments

We need a consistent style when printing an object. For example UniTensor.print_diagram() will output

-----------------------
tensor Name : 

while UniTensor.print_blocks() will output

-------- start of print ---------
Tensor name: 

Here one use tensor Name while another use Tensor name. Also one use -------- start of print --------- while another use -----------------------.

pcchen avatar Aug 23 '23 07:08 pcchen