Daan Camps
Daan Camps
As indicated by @fabian-sp in #241, following the installation instructions on the GitHub README page and landing page on readthedocs only installs the NumPy backend which does not enable autograd...
For a `historic_convergence` plugin, we would want to save the `loss`, `penalty` and combination of both for *every* vector instance separately. This is currently not possible externally as the `GradientDescentState`...
Provide an interface between qiskit and FunFact - [ ] create intermediate internal gate and circuit representations - [ ] from qiskit circuit to FunFact tensor expression or intermediate internal...
Add functionality to perform (partial) trace operations on repeated indices of a single `index_notation` node. Examples: ```Python A = tensor('A', 8, 8) B = tensor('B', 2, 3, 4, 3) i,...
The example script shown in the readme does not appear to run. It throws a `FileNotFoundError`. Tested with `h5py` version `3.7.0`: ``` FileNotFoundError: [Errno 2] Unable to open file (unable...