-
I am interested in a DG solver for hamilton-jacobi equations (of the form $`\varphi_t + H(\nabla \varphi) = 0`$) as they arise in level-set methods (e.g. $`H(\nabla \varphi) = a \| \nabla \varphi \|`$…
-
The calculations used to be O(m) where m is number of diff functions / operators.
Add a representation that is number of operator of type x that is quick to query.
These linear operations will add …
-
We need a way to handle part of the operators implicitly. To reduce the scope of this problem, initially we will only consider:
- linear operators
- on a single field (or where the same stencil is…
-
The Qiskit [`quantum_information`](https://qiskit.org/documentation/apidoc/quantum_info.html) contains helpful classes for efficiently manipulating quantum information, most notably the Pauli and Clif…
-
Thanks for the authors' kind guides. However, when I want to implement the tests, it shows
`============================ test session starts ==============================
platform linux -- Python…
-
Greetings,
Thanks very much for your package. I am just trying to run some of the examples in the link. The [MTK_example] is giving an error unfortunately. (https://bifurcationkit.github.io/Bifurca…
-
# Failing Tests
> Please see the failing tests divided into sections below. Click on each section to expand. Feel free to get assigned to an issue by following the instructions [here](https://unify.ai…
-
# Check List
- [x] JavaScript: Desestructuración de array y objetos (en consola)
- [x] React: Hooks - useState()
- [x] Time to Code: useState() - componente: StateExample
- [ ] Proyecto: Traffic…
-
### Situation ###
Operator classes like `Matrix` or `MatrixSymbol` represent scalar results as multiple of their respective Identity operator, i.e. operator * operator -> operator (except for 0):
``…
-
# Proposal Status
From https://github.com/webmachinelearning/webnn/issues/689#issuecomment-2212617508
- [x] Remove `MLActivation` in favor of restoring the former `MLRecurrentNetworkActivation` …