https://github.com/cadet/cadet-python-simulator

Python based prototype to solve systems of unit operations.

https://github.com/cadet/cadet-python-simulator

Science Score: 36.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 3 committers (66.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Python based prototype to solve systems of unit operations.

Basic Info
  • Host: GitHub
  • Owner: cadet
  • License: gpl-3.0
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 189 KB
Statistics
  • Stars: 3
  • Watchers: 3
  • Forks: 0
  • Open Issues: 13
  • Releases: 0
Created about 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

CADET-Python-Simulator

This is a prototype to solve systems of unit operations in Python. This project is currently not meant to be released as a fully-featured alternative to the much more faster / better / stronger CADET-Core (or even CADET-Julia). Its purpose is simply to have something to play around with in Python s.t. we can easily explore potential extensions or modifications of the internal structure of CADET (e.g. how to implement pressure, how to treat viscosities etc.).

The project is WIP and not running yet.

Set up local environment

Create a conda environment from the provided yml file:

conda env create -f environment.yml

Activate the environment:

conda activate cadpythonsim

Owner

  • Name: CADET
  • Login: cadet
  • Kind: organization
  • Email: cadet@fz-juelich.de

GitHub Events

Total
  • Create event: 12
  • Commit comment event: 2
  • Issues event: 16
  • Watch event: 2
  • Delete event: 7
  • Issue comment event: 37
  • Push event: 89
  • Pull request review event: 24
  • Pull request review comment event: 23
  • Pull request event: 25
Last Year
  • Create event: 12
  • Commit comment event: 2
  • Issues event: 16
  • Watch event: 2
  • Delete event: 7
  • Issue comment event: 37
  • Push event: 89
  • Pull request review event: 24
  • Pull request review comment event: 23
  • Pull request event: 25

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 80
  • Total Committers: 3
  • Avg Commits per committer: 26.667
  • Development Distribution Score (DDS): 0.463
Past Year
  • Commits: 80
  • Committers: 3
  • Avg Commits per committer: 26.667
  • Development Distribution Score (DDS): 0.463
Top Committers
Name Email Commits
daklauss d****s@f****e 43
Johannes Schmölder j****r@f****e 35
Florian Hülsmann fh@c****e 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 24
  • Total pull requests: 17
  • Average time to close issues: 4 months
  • Average time to close pull requests: 16 days
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 2.54
  • Average comments per pull request: 2.18
  • Merged pull requests: 15
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 24
  • Pull requests: 17
  • Average time to close issues: 4 months
  • Average time to close pull requests: 16 days
  • Issue authors: 3
  • Pull request authors: 3
  • Average comments per issue: 2.54
  • Average comments per pull request: 2.18
  • Merged pull requests: 15
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • daklauss (20)
  • schmoelder (2)
  • AntoniaBerger (1)
Pull Request Authors
  • daklauss (26)
  • cbix (4)
  • schmoelder (2)
Top Labels
Issue Labels
gitlab merge request (1)
Pull Request Labels

Dependencies

pyproject.toml pypi
  • addict *
  • cadet-process *
  • matplotlib *
  • numpy *
  • scikits.odes *
  • scipy *
.github/workflows/pipeline.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v3 composite
  • conda-incubator/setup-miniconda v3 composite
.github/workflows/ruff.yml actions
  • actions/checkout v4 composite
  • chartboost/ruff-action v1 composite
environment.yml pypi