Cytnx
Cytnx copied to clipboard
Style of print
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 -----------------------.