polymers

Crates.iopolymers
lib.rspolymers
version0.3.7
sourcesrc
created_at2022-06-24 02:51:06.247937
updated_at2023-06-21 17:15:00.290763
descriptionPolymers Modeling Library
homepage
repository
max_upload_size
id612194
size14,874,135
Michael R. Buche (mrbuche)

documentation

README

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:

pip install polymers

Julia

docs (stable) docs (latest) Pkg

The library can be installed as a Julia package:

using Pkg
Pkg.add("Polymers")

Rust

docs (stable) docs (latest) crates

The library can be added to an existing Rust project:

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.

Commit count: 0

cargo fmt