https://github.com/benmaier/difflimagg

Diffusion-limited aggregation

https://github.com/benmaier/difflimagg

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Diffusion-limited aggregation

Basic Info
  • Host: GitHub
  • Owner: benmaier
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 31.3 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct

README.md

DiffLimAgg

Diffusion-limited aggregation in 2D. Simulate, analyze, visualize.

```python import numpy as np import DiffLimAgg as dla from DiffLimAgg.anim import animate

walkers = dla.Walkers2D(N=50000, dt=0.01, box=[0,1,0,1], initialpositions='random', positionnoisecoefficient=0.0001, velocitynoisecoefficient=.0001, )

exp = dla.Experiment(walkers, walkerradius=0.3*np.sqrt(1/50000) )

animate(exp) ```

This generates sth like the following animation. Video compression kinda messed it up but somehow I like it.

https://user-images.githubusercontent.com/10728380/204252790-652efe63-30d5-4fdf-911f-7627dfc69ff4.mp4

Install

pip install ./DiffLimAgg

DiffLimAgg was developed and tested for

  • Python 3.6
  • Python 3.7
  • Python 3.8

So far, the package's functionality was tested on Mac OS X and CentOS only.

Dependencies

DiffLimAgg directly depends on the following packages which will be installed by pip during the installation process

  • numpy>=1.20
  • scipy>=1.9

License

This project is licensed under the MIT License. Note that this excludes any images/pictures/figures shown here or in the documentation.

Owner

  • Name: Benjamin F. Maier
  • Login: benmaier
  • Kind: user
  • Location: Copenhagen
  • Company: Technical University of Denmark

Postdoc @suneman 's, generative art, electronic music. DTU Compute & SODAS.

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 7
  • Total Committers: 1
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Ben F. Maier b****r@g****m 7

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • numpy >=1.17
setup.py pypi
  • numpy >=1.20
  • scipy >=1.9