-
L-systems, or Lindenmayer systems, are a mathematical formalism proposed by the biologist Aristid Lindenmayer in 1968. They were initially developed to model the growth processes of plant development …
-
Do you have any plans for generalizing your L-system implementation to allow stochastic and parametric systems?
I have tinkered with this a bit, but got stuck when I tried to go 3D. I am not an exp…
-
I am attempting to add Nix to a universal blue image (https://github.com/ublue-os/image-template), but I cannot stop the installer from erroring out when it does not see a running systemd. Installing …
-
Add rules that can specify edge/node rewriting based on the surroundings of the predecessor.
-
**Is your feature request related to a problem? Please describe.**
Add options for color code systems like RAL (standard in Europe), Federal Standard 595C colour range (standard in the US)
**Desc…
-
### Python version
Python 3.12.7
### Pymatgen version
2024.10.29
### Operating system version
Debian unstable
### Current behavior
pymatgen coordination geometry sets an explicit `int64` for se…
-
followup to #1293
## Error
```
Error:
0: [31mUnable to parse plan, this plan was created by `nix-installer` version `0.28.0`, this is `nix-installer` version `0.28.0`
To uninstall, e…
-
WDYT? Is this publication in scope?
```
@article{Maistri_2008,
author = {Maistri, Paolo and Leveugle, Régis},
doi = {10.1109/tc.2008.149},
issn = {0018-9340},
journal = {IEEE Transactions on Compu…
aewag updated
2 weeks ago
-
I just got an exception when I tried to do a nyquist plot.
`RuntimeError Traceback (most recent call last)
Cell In[4], [line 1](vscode-notebook-cell:?execution_count=…
JanB1 updated
1 month ago
-
```julia
@component function DerOfFunc(; name)
vars = @variables begin
v0(t)
v1(t)
v2(t)
v3(t)
end
eqs = Equation[
v0 ~ 0
v1 ~ f1(v0)
v2 ~ D(v1)
v3 ~ …