-
# How to recommend
We can recommend some papers for further discussion under this issue. Include a link to the paper + the conference name and other related information (like the abstract, some bas…
-
Control and noise operators are at the moment stored as NumPy arrays which has a few disadvantages:
1. Multi-qubit operators are explicit tensor products whose single-qubit components are not stored.…
-
Hello! I've been using Julia quite a bit for theoretical physics simulations. In particular, I do a lot of work with tensor networks, which are networks of tensors that must be contracted to compute a…
-
So far in https://github.com/dask/dask-glm/blob/master/dask_glm/families.py we have families for linear/normal and logistic that look like the following:
```python
class Logistic(object):
@st…
-
Dear developers,
I'd like to ask you to add some important features which currently cannot be employed during k-points calculations:
* [ ] OT
* [ ] LS_SCF
* [ ] SCCS
* [ ] DFT+U
* [ ] PDOS
Th…
-
Spotted by Hian Lee Kwa from the Singapore University of Technology and Design.
Dolphin Swarm Algorithm: https://doi.org/10.1631/FITEE.1500287
Bean optimisation: https://doi.org/10.1007/978-3-319…
-
### Idea Contribution
- [X] I have read all the feature request issues.
- [X] I'm interested in working on this issue
- [X] I'm part of GSSOC organization
### Explain feature request
This tutorial …
-
# Motivation
OpenMP (Open Multi-Processing) is a widely adopted API that provides parallel programming in C, C++, and Fortran, optionally with multi-platform shared-memory support. It is a critical…
-
Just curious, have you compared this to a greedy and/or combinatorial approach?
In other words, why use RL for this problem?
-
```python
from jax import hessian
from jax.random import PRNGKey, gamma
key = PRNGKey(1)
hessian_sample = hessian(gamma, argnums=(1,))
# NotImplementedError: Differentiation rule for 'random_ga…