-
### Feature details
PennyLane has growing support for qutrit-based calculations, with the addition of a [`default.qutrit`](https://docs.pennylane.ai/en/stable/code/api/pennylane.devices.default_qutri…
-
**Submitting author:** @kokitsuyuzaki (Koki Tsuyuzaki)
**Repository:** https://github.com/rikenbit/nnTensor
**Branch with paper.md** (empty if default branch):
**Version:** v1.1.14
**Editor:** @prash…
-
### Expected behavior
The name of an object in `qml.ops.qubit.attributes` can be understood easily without causing confusion and uses standard terminology.
### Actual behavior
The attribute `has_…
-
```haskell
alignWithList :: Traversable t => (Maybe a -> b -> c) -> [a] -> t b -> t c
alignWithList f xs = snd . mapAccumL go xs
where go [] y = ([], f Nothing y)
go (x:xs) y = (xs, …
-
Steps followed:
```
conda create -n llama_adapter -y python=3.8
conda activate llama_adapter
# install pytorch
conda install pytorch cudatoolkit -c pytorch -y
# install dependency and llama-…
-
**Is your feature request related to a use case or problem? Please describe.**
As part of providing tools for allocating / deallocating qubits in https://github.com/quantumlib/Cirq/issues/6040, we wa…
-
While I am aware of the libcudnn problem, the training continued but at the end I got the error you see below. All the steps before this step went through with no problem. Please let me know what your…
-
### 🐛 Describe the bug
Not a bug per se, just a (perhaps unnecessary) inconsistency with `max_pool2d` when using `make_fx(functionalize(...))` instead of `make_fx(...)`. To illustrate this, conside…
-
I set the N_BATCH = 100.
After "Iteration: 22, HV: 0.3957313411292245", the HV has no improvement.
It crashed at Iteration 58, with the following error:
"RuntimeError: mean shape torch.Size([1…
-
Hi,
I was wandering what is the best way to choose the `idents_col`, either use broad cell type such as, Tcells, NKcells, Macrophages etc or use a greater resolution? and in the latter would this inc…