https://github.com/sandialabs/polymers
Polymers Modeling Library
https://github.com/sandialabs/polymers
julia polymers python rust scr-2821 snl-applications
Last synced: about 1 year ago
JSON representation
Polymers Modeling Library
- Host: GitHub
- URL: https://github.com/sandialabs/polymers
- Owner: sandialabs
- License: bsd-3-clause
- Created: 2022-09-01T19:26:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T04:32:39.000Z (about 1 year ago)
- Last Synced: 2025-04-11T22:35:21.179Z (about 1 year ago)
- Topics: julia, polymers, python, rust, scr-2821, snl-applications
- Language: Rust
- Homepage: https://sandialabs.github.io/Polymers
- Size: 22.3 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Security: SECURITY.md
- Zenodo: .zenodo.json
Awesome Lists containing this project
README
# Polymers Modeling Library
[](https://sandialabs.github.io/Polymers)
[](https://mybinder.org/v2/gh/sandialabs/Polymers/main)
The library is implemented entirely in Rust, including the Python API. The Julia API calls the Rust library.
## Python
[](https://polymers.readthedocs.io/en/stable)
[](https://polymers.readthedocs.io/en/latest)
[](https://pypi.org/project/polymers)
The library can be installed as a Python package:
```shell
pip install polymers
```
## Julia
[](https://sandialabs.github.io/Polymers/julia/docs/stable)
[](https://sandialabs.github.io/Polymers/julia/docs/latest)
[](#)
The library can be installed as a Julia package:
```julia
pkg> add Polymers
```
## Rust
[](https://docs.rs/crate/polymers)
[](https://sandialabs.github.io/Polymers/rust/docs/latest)
[](https://crates.io/crates/polymers)
The library can be added to an existing Rust project:
```shell
cargo add polymers
```
## Citation
[](https://doi.org/10.5281/zenodo.7041983)
Michael R. Buche. Polymers Modeling Library. [Zenodo (2023)](https://doi.org/10.5281/zenodo.7041983).
## Copyright
[](https://github.com/sandialabs/polymers/blob/main/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.