ValeevGroup / SeQuant

SeQuant: Symbolic Algebra of Tensors over Operators and Scalars
GNU General Public License v3.0
17 stars 6 forks source link

Automatic tensor network visualization #21

Open evaleev opened 5 years ago

nakulteke commented 4 years ago

Tool for generating coupled-cluster diagrams. https://github.com/pulkin/cc-diagrams

evaleev commented 4 years ago

Tool for generating coupled-cluster diagrams. https://github.com/pulkin/cc-diagrams

I'm not sure whether the code that produces the diagrams is actually in the repo

Krzmbrzl commented 9 months ago

Don't we have automatic visualization by means of being able to produce dot code? :thinking:

evaleev commented 9 months ago

@Krzmbrzl chemists/physicists expect particular forms of graphical representations of tensor networks in the case of many-body methods ("diagrams"), and particular layout rules for tensor networks. Generic dot will produce something somewhat usable, but without layout constraints the output will not be what most expect.

Krzmbrzl commented 8 months ago

Yeah, I guess that makes sense. In this context, maybe https://doi.org/10.1007/s00214-019-2505-3 could be of interest.