Polymers

Polymers Modeling Library

https://github.com/sandialabs/polymers

Science Score: 57.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.1%) to scientific vocabulary

Keywords

julia polymers python rust scr-2821 snl-applications

Keywords from Contributors

interactive mesh interpretability fracture-mechanics profiles statistical-mechanics sequences generic projection standardization
Last synced: 6 months ago · JSON representation ·

Repository

Polymers Modeling Library

Basic Info
Statistics
  • Stars: 6
  • Watchers: 3
  • Forks: 2
  • Open Issues: 0
  • Releases: 25
Topics
julia polymers python rust scr-2821 snl-applications
Created over 3 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Security Zenodo

README.md

Polymers Modeling Library

website examples

The library is implemented entirely in Rust, including the Python API. The Julia API calls the Rust library.

Python

docs (stable) docs (latest) pypi

The library can be installed as a Python package:

shell pip install polymers

Julia

docs (stable) docs (latest) Pkg

The library can be installed as a Julia package:

julia pkg> add Polymers

Rust

docs (stable) docs (latest) crates

The library can be added to an existing Rust project:

shell cargo add polymers

Citation

doi

Michael R. Buche. Polymers Modeling Library. Zenodo (2023).

Copyright

license

Copyright 2022 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software.

Owner

  • Name: Sandia National Laboratories
  • Login: sandialabs
  • Kind: organization
  • Location: United States

Exceptional service in the national interest.

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it as below.
authors:
- family-names: Buche
  given-names: Michael R.
  orcid: https://orcid.org/0000-0003-1892-0502
title: "Polymers Modeling Library"
doi: 10.5281/zenodo.7041983
url: https://github.com/sandialabs/polymers

GitHub Events

Total
  • Delete event: 12
  • Issue comment event: 9
  • Push event: 5
  • Pull request event: 26
  • Fork event: 1
  • Create event: 13
Last Year
  • Delete event: 12
  • Issue comment event: 9
  • Push event: 5
  • Pull request event: 26
  • Fork event: 1
  • Create event: 13

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 1,047
  • Total Committers: 3
  • Avg Commits per committer: 349.0
  • Development Distribution Score (DDS): 0.28
Past Year
  • Commits: 737
  • Committers: 3
  • Avg Commits per committer: 245.667
  • Development Distribution Score (DDS): 0.319
Top Committers
Name Email Commits
mrbuche m****e@s****v 754
mrbuche d****v@m****m 256
dependabot[bot] 4****] 37
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 200
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 days
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.95
  • Merged pull requests: 162
  • Bot issues: 0
  • Bot pull requests: 91
Past Year
  • Issues: 0
  • Pull requests: 30
  • Average time to close issues: N/A
  • Average time to close pull requests: 27 days
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.37
  • Merged pull requests: 10
  • Bot issues: 0
  • Bot pull requests: 28
Top Authors
Issue Authors
  • dependabot[bot] (1)
Pull Request Authors
  • mrbuche (109)
  • dependabot[bot] (92)
Top Labels
Issue Labels
dependencies (1) python (1)
Pull Request Labels
dependencies (92) github_actions (29) python (28) rust (20) docker (13) ruby (2)

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 4,448 last-month
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 45
  • Total maintainers: 1
pypi.org: polymers

Polymers Modeling Library

  • Versions: 30
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 4,448 Last month
Rankings
Dependent packages count: 10.1%
Downloads: 10.6%
Average: 17.1%
Stargazers count: 20.4%
Dependent repos count: 21.5%
Forks count: 22.6%
Maintainers (1)
Last synced: about 1 year ago
juliahub.com: Polymers

Polymers Modeling Library

  • Versions: 15
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 9.9%
Average: 32.9%
Dependent packages count: 38.9%
Forks count: 40.4%
Stargazers count: 42.3%
Last synced: 7 months ago

Dependencies

pages/Gemfile rubygems
  • jekyll-timeago ~> 0.13.1 development
  • jekyll ~> 4.2
.github/workflows/codeql.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/docker.yml actions
  • actions/checkout v4 composite
  • dawidd6/action-get-tag v1 composite
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
.github/workflows/general.yml actions
  • InsonusK/get-latest-release v1.1.0 composite
  • actions/checkout v4 composite
.github/workflows/julia.yml actions
  • actions-rs/toolchain v1 composite
  • actions/checkout v4 composite
  • actions/github-script v6 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/pages.yml actions
  • InsonusK/get-latest-release v1.1.0 composite
  • actions/checkout v4 composite
  • actions/configure-pages v3 composite
  • actions/deploy-pages v2 composite
  • actions/jekyll-build-pages v1 composite
  • actions/upload-pages-artifact v2 composite
.github/workflows/python.yml actions
  • actions-rs/toolchain v1 composite
  • actions/checkout v4 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
.github/workflows/rust.yml actions
  • actions-rs/grcov v0.1.6 composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v4 composite
  • codecov/codecov-action v3 composite
Cargo.toml cargo
  • rand 0.8.5 development
  • numpy 0.19
  • pyo3 0.19
Dockerfile docker
  • julia 1.9.3 build
  • python 3.12 build
binder/environment.yml pypi
  • cffi *
  • matplotlib *
  • maturin *
  • numpy *
  • polymers *
  • scipy *
docs/requirements.txt pypi
  • docutils >=0.14,<0.21
  • ipykernel *
  • ipython *
  • jinja2 >=3.0
  • matplotlib *
  • mistune ==3.0.2
  • nbsphinx *
  • numpy *
  • sphinx *
  • sphinx-copybutton *
  • sphinx-rtd-theme *
  • sphinxcontrib-bibtex *
pyproject.toml pypi
  • cffi *
  • maturin *
  • numpy *