8000 GitHub - elcorto/psweep: Loop like a pro, make parameter studies fun.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

elcorto/psweep

Repository files navigation

ruff pypi GitHub Workflow Status DOI

This package helps you to set up and run parameter studies.

Mostly, you'll start with a script and a for-loop and ask "why do I need a package for that"? Well, soon you'll want housekeeping tools and a database for your runs and results. This package exists because sooner or later, everyone doing parameter scans arrives at roughly the same workflow and tools.

Check the docs here.

0