Package for creating polymers for simulation
Project description
starpolymers
starpolymers
is a Python Library used for generating LAMMPS input files and analysing LAMMPS output files, in dump formats and other formats. Additionally, there are scripts used for interacting with Colvars input/output files.
The package is used to generate molecules and LAMMPS configuration files that follow the atom_style full
convention. User-defined molecules can be added if the package is installed manually
Features
- Create LAMMPS system containing 'molecules'
- Molecules include salt, linear polyelectrolytes, star polymers
- Use a template LAMMPS input file and change the variables
- Generate a Colvars input file for free energy calculations
- Import LAMMPS dump files
Upcoming
- Analysis on dump files
- Plotting tools
- Custom molecules without manual installation
Installation
pip
Star Polymers is available on PyPi and can be installed using:
pip install starpolymers
conda
From v1.1.3 it will be possible to install starpolymers
using anaconda, via conda-forge:
conda install starpolymers -c conda-forge
manual installation
To install the package manually run the following commands:
git clone https://github.com/debeshmandal/starpolymers.git
cd starpolymers
pip install . -vv
Alternatively, since the package is written entirely in Python, one can clone the package and append the path to the $PYTHONPATH
environment variable.
Usage
A variety of examples can be found in the ./test
folder which contains tests for generating files. Notably the config
and input_files
subfolders contain examples of generating files needed to create LAMMPS systems and run simulations.
Example
import starpolymers
lammps_system = starpolymers.generators.System(50)
molecules = starpolymers.generators.MoleculeFactory([
{
'molecule' : 'salt',
'concentration' : 100,
'anion' : 1,
'cation' : 1
}
])
lammps_system.add_molecules(molecules)
config_file = starpolymers.generators.ConfigFile(system)
config_file.write('config.dat')
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
Built Distribution
File details
Details for the file starpolymers-2.1.0.tar.gz
.
File metadata
- Download URL: starpolymers-2.1.0.tar.gz
- Upload date:
- Size: 31.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8742b1fdba1c3994417015f331b5f69baf783259a4488f0cb80cecad9006edae |
|
MD5 | aef73ff030371491abe996df72b90aca |
|
BLAKE2b-256 | cd3251b566b978471cfb29b9bb074b12d47be3b0aa364d5900b6421a9bd12b51 |
File details
Details for the file starpolymers-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: starpolymers-2.1.0-py3-none-any.whl
- Upload date:
- Size: 47.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd652fc7f08770693464c6c7ef4a15234d4335cf872c980795f6d501dbc006fc |
|
MD5 | 0261dc5a25f4d8f41a574c04c00c3d69 |
|
BLAKE2b-256 | adb3ac4f8e120c0ee3560381d003ea869df0eb1575236cd2e656bc3db2d7ef40 |