-
On @YohannDudouit's branch https://github.com/mfem/mfem/tree/yohann/nontensor, CPU backends appear to be having an issue with applying the Laplaican in MFEM ex1.
![image](https://user-images.github…
-
The number of legs and the dimensions of vector spaces corresponding to each leg are determined by the shape property of the tensor encapsulated in a node. Certain types of tensors, e.g. diagonal ones…
-
I really like that opt_einsum provides a pure-python dispatch mechanism that we can essentially use for symbolic computation. I'm opening this issue to discuss how we might **further** separate the pa…
-
As I mentioned in before we merged #282, I should update the CPU BasisApply for CEED_EVAL_GRAD when p=q to skip the unnecessary identity interpolation. This will improve our performance in cases such …
-
Hi Jutho! I was wondering how brackets are treated by the `@tensoropt` macro. I assume explicit brackets do not affect the contraction order in case of a single tensor network, but what happens if I h…
-
We've had multiple requests to include features that are specific to quantum systems. While we would like to keep `TensorNetwork` as basic and laser focused as possible, it would be useful to have a g…
-
Add an option that will split an edge into multiple edges. This plus `flatten_edges` are needed for certain distributed hardware optimization.
-
The [opt_einsum](https://github.com/dgasmith/opt_einsum) repository has been working on paths for tensor contractions for a few years now and have come up with a variety of algorithms tuned for severa…
-
Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues,…
ghost updated
4 years ago
-
This is just raising some of the observations in #191 into a new issue again
`TensorNetwork` object in `Node` is primarily used for backend access.
I think we could replace the network attribute …