-
I think it would be very useful and powerful to include also the support for the computation with symbolic $n$-dimensional arrays based on `sympy` (see [sympy.tensor.array](https://docs.sympy.org/late…
-
Symbolic calculation Update
- [X] Symbolic reduction
- [x] Addition
- [X] Minus
- [x] Multiplication
- [x] Division
- [x] Symbolic reduction on function
- [x] Differentiation
- [X]…
-
As I just ran into the problem where I do a bell pair and measure a qubit and end up with the following pure state (artificially increased the precision):
```
Final quantum state
00 0.9999999…
-
The Keras interface works fine but I had to change the Binary Encoding.
TensorFlow’s Graph Mode relies on Symbolic Tensors, which act as placeholders without actual data during initial model checks…
-
Sage fails in parallelized computations on tensor fields involving symbolic functions (without any symbolic function in the tensor components, everything is OK). Here is an example with Sage 9.3.bet…
-
Given sparse symbolic matrix determinant does not care about the structure of matrix and does full matrix compuation and it makes impossible to compute determinants of matrices after certain size due …
zvnkk updated
2 weeks ago
-
I've got side-tracked a bit with differentials of exp on Lie groups and it looks like it's not too complicated to work out. For specific groups used in applications it's possible to just use symbolic …
-
Sometimes the compilation overhead of symbolic jacobian computation is too high and a different AD framework (e.g. ForwardDiff) would be preferred (at the expense of some runtime overhead).
The use…
-
Hi, and congrats on your JOSS submission! I'm one of your reviewers and I'll be writing my remarks below as the review progresses. You can find my checklist [here](https://github.com/openjournals/joss…
-
On macOS, the following:
```
sage: gcd(x, QQbar(I))
```
correctly returns `1` in most Sage sessions,
but raises an error in a tenth to a third of sessions:
```
TypeError: unsupported operand paren…