-
Does this library offer any support to split an archive across multiple tapes?
-
**Brief intro**
I apologize if this is not the correct forum for this question, but any help would be greatly appreciated! I already asked [here](https://community.rstudio.com/t/gradienttape-attribut…
-
Some `tf.function` wrapped functions that only have a single tape result in:
```
LookupError: No gradient defined for operation 'TfqAdjointGradient' (op type: TfqAdjointGradient)
```
One possible …
-
In the code below, I create a `test` circuit and then compute its gradient in two ways. The first way just applies `jax.jit(jax.grad(...))` to a partial completion of the qnode after an initial state…
-
The majority of Oric software library is only available as tape files in the .tap format. While converting to disk images is possible, it'd be great if we could load them directly from the core.
-
From the readme: "Traditionally merge sorts would merge two blocks to swap memory, then copy them back to main memory."
I'm not aware of any library implementation of merge sort that does a copy ba…
-
Click to expand!
### Issue Type
xla
### Source
source
### Tensorflow Version
tf.__git_version__ = v2.10.0-rc3-6-g359c3cdfc5f
### Custom Code
No
### OS Platform and Distri…
-
### Expected behavior
I want to call `qml.adjoint(qml.DepolarizingChannel)(0.1, wires=0)` with the `default.mixed` device. I expect the circuit to perform the adjoint of qml.DepolarizingChannel
### …
-
### Expected behavior
When the expectation value of a Hermitian observable is measured using qml.shadow_expval(), a float value has to be returned. Ideally, it must return a value close to qml.expval…
-
Unit tests are important for building quality into your app. Decide on a few things before you start
1. libraries (E.G. Jest vs Mocha, Chai, Jasmine,. Tape)
2. Folder structure
3. testing rules (…