File tree Expand file tree Collapse file tree 1 file changed +26
-8
lines changed
Expand file tree Collapse file tree 1 file changed +26
-8
lines changed Original file line number Diff line number Diff line change 11# PyFracVAL
2+
23Implementation of FracVAL by [ Morán, J. et al. 2019] ( https://www.sciencedirect.com/science/article/pii/S0010465519300323?via%3Dihub ) in python.
34
5+ ## Development
6+
7+ ### Using UV
8+
9+ Create an environment (` numba ` does not support python 3.13 yet, so please use 3.12 or lower):
10+
11+ ``` sh
12+ uv venv --python 3.12
13+ ```
14+
15+ Sync the packages with the dependencies found in ` pyproject.toml ` :
16+
17+ ``` sh
18+ uv sync
19+ ```
20+
421## TODO
5- - [ ] Fix PCA issues
6- + [X] Instability with arcos arguments, tied to monomer size somehow
7- + [ ] low fractal dimensions fail -> This is also happening for original FracVAL
8- + [ ] high fractal prefactors fail -> This is also happening for original FracVAL
9- + [X] yet to be understood infinite loop occurs sometimes
10- - [ ] Allow distribution functions for monomer radii
11- - [ ] Parallelize
12- - [ ] High fractal dimensions are super slow -> Happens for FracVAL aswell, bit more noticeable for this implementation i feel
22+
23+ - [ ] Fix PCA issues
24+ - [x] Instability with arcos arguments, tied to monomer size somehow
25+ - [ ] low fractal dimensions fail -> This is also happening for original FracVAL
26+ - [ ] high fractal prefactors fail -> This is also happening for original FracVAL
27+ - [x] yet to be understood infinite loop occurs sometimes
28+ - [ ] Allow distribution functions for monomer radii
29+ - [ ] Parallelize
30+ - [ ] High fractal dimensions are super slow -> Happens for FracVAL aswell, bit more noticeable for this implementation i feel
You can’t perform that action at this time.
0 commit comments