Skip to main content

Polymers Modeling Library

Project description

Polymers Modeling Library

GitHub Pages Binder Discord Codefactor Codecov

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

Python

Read the Docs Read the Docs latest PyPI Anaconda Docker Hub GitHub Container Registry

The library can be installed as a Python package using

pip install polymers

or as Python package within a Conda environment using

conda install --channel mrbuche polymers

The latest edition of the library can be installed from the main branch of the GitHub repository:

git clone git@github.com:sandialabs/Polymers.git
cd Polymers/
pip install maturin
maturin build --features python
pip install target/wheels/*.whl

Docker images are available for all stable versions that have been released, as well as the latest edition. These images have everything necessary installed, and can be pulled from Docker Hub:

docker pull mrbuche/polymers

as well as from the GitHub container registry:

docker pull ghcr.io/sandialabs/polymers

Rust

Docs.rs Docs.rs latest Crates.io

The library can be used in an existing Rust project by adding the polymers crate as a dependency in Cargo.toml:

[dependencies]
polymers = "*"

The asterisk * represents the newest released version of the crate, and should be changed to a specific version.

To use the latest edition of the library, add the main branch of the GitHub repository to Cargo.toml:

[dependencies]
regex = { git = "https://github.com/sandialabs/polymers" }

Citation

Zenodo

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

polymers-0.0.6.tar.gz (103.5 kB view hashes)

Uploaded Source

Built Distributions

polymers-0.0.6-py3-none-macosx_10_7_x86_64.whl (6.7 kB view hashes)

Uploaded Python 3 macOS 10.7+ x86-64

polymers-0.0.6-cp310-cp310-manylinux_2_34_x86_64.whl (214.3 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.34+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page