https://github.com/zwicker-group/utilitiez
Collection of useful python tools
https://github.com/zwicker-group/utilitiez
Last synced: 7 months ago
JSON representation
Collection of useful python tools
- Host: GitHub
- URL: https://github.com/zwicker-group/utilitiez
- Owner: zwicker-group
- License: mit
- Created: 2024-12-22T12:41:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-02T15:59:16.000Z (8 months ago)
- Last Synced: 2025-12-05T13:57:25.768Z (8 months ago)
- Language: Python
- Size: 253 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# utilitiez
[](https://badge.fury.io/py/utilitiez)
[](https://opensource.org/licenses/MIT)
[](https://github.com/zwicker-group/utilitiez/actions/workflows/run_tests.yml)
Collection of useful python tools used in the [Zwicker group](https://zwickergroup.org).
## Plotting functions:
- `densityplot` produced density plots from simulated data, optionally involving logarithmically scaled
axes.
## Mathematical functions:
- `xlogx` calculates $x \log(x)$ with correct limit for $x=0$ and optional linearization
- `random_uniform_fixed_sum` samples uniformly distributed, positive numbers adding to 1
- `geomspace_int` provides an (approximately) geometric sequence of integers