-
Verify that the hubbard finite DMRG works fine.
v1j4y updated
9 years ago
-
The following works as expected:
```python
@nb.njit
def finite(x):
return math.isfinite(x)
```
>>> finite(1.)
True
>>> finite(math.nan)
False
>>> finite(math.inf)
…
-
WDYT? Is this publication in scope?
```
@inproceedings{Pamula_2015,
author = {Pamula, Danuta and Tisserand, Arnaud},
booktitle = {2015 Euromicro Conference on Digital System Design},
doi = {10.1109…
-
**Description:**
The Finite State Machine (FSM) design pattern is a behavioral design pattern used to model the behavior of a system that can be in one of a finite number of states. The system transit…
-
Hi
Is there a way to add a final state ? For instance have the middle state be a possible final state as well; graphically make it a double circle.
-
### Proposed new feature or change:
NumPy currently lacks a built-in function for calculating Jacobian matrices. Although it is possible to find a Jacobian matrix by applying `np.gradient` to each …
-
1. Draw an example for determined and non-determined finite machine (paste a picture with explanation)
2. What's Lambda Calculus?
3. What's difference between Church & Turing ideas for lambdas?
4. Wha…
-
Hi,
I was looking at the classes representing finite fields and I've noticed two major issues.
First: as far as I know, the FiniteField class can represent only Z/(p) fields, which is counterintuitiv…
-
Discussed in https://leanprover.zulipchat.com/#narrow/stream/458659-Equational/topic/visualization.20of.20graph.20closure . Let k denote the number of variables in a law. As discussed above, the k=1…
-
It is a common use case in microscopy to have the camera acquire a stack of images of a finite number, and have the camera's "clock" be driving the rest of the system via GPIO (source: Ivan). As this…