Skip to main content

Polymers Modeling Library

Project description

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

If Rust is installed, the latest edition of the library can be installed from 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

Julia

docs (stable) docs (latest) Pkg

The library can be installed as a Julia package:

using Pkg
Pkg.add("Polymers")

If Rust is installed, the latest edition of the library can be installed from the GitHub repository:

using Pkg
Pkg.add(url="https://github.com/sandialabs/Polymers")

Rust

docs (stable) docs (latest) crates

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

[dependencies]
polymers = "*"

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

[dependencies]
regex = { git = "https://github.com/sandialabs/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.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

polymers-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

polymers-0.2.0-cp311-cp311-macosx_10_7_x86_64.whl (811.7 kB view hashes)

Uploaded CPython 3.11 macOS 10.7+ x86-64

polymers-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

polymers-0.2.0-cp310-cp310-macosx_10_7_x86_64.whl (811.7 kB view hashes)

Uploaded CPython 3.10 macOS 10.7+ x86-64

polymers-0.2.0-cp39-none-win_amd64.whl (708.5 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

polymers-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

polymers-0.2.0-cp39-cp39-macosx_10_7_x86_64.whl (812.1 kB view hashes)

Uploaded CPython 3.9 macOS 10.7+ x86-64

polymers-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

polymers-0.2.0-cp38-cp38-macosx_10_7_x86_64.whl (811.7 kB view hashes)

Uploaded CPython 3.8 macOS 10.7+ x86-64

polymers-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

polymers-0.2.0-cp37-cp37m-macosx_10_7_x86_64.whl (811.6 kB view hashes)

Uploaded CPython 3.7m macOS 10.7+ 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