PTC-CMC / Pore-Builder

mBuild recipe for building slit-pores.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pore-Builder

Build Status codecov

Overview

Pore-Builder is an mBuild recipe to build carbon slit pores and surfaces. Recipes are designed to be add-ons, allowing users to develop routines to initialize specific chemistries using mBuild.

Disclaimer

Continuous integration pipelines on Azure are currently not working. The Azure organization for this project may have been inadvertently flagged due to attempts to cut down on abuse, such as crypto mining, in recent months. See: https://devblogs.microsoft.com/devops/change-in-azure-pipelines-grant-for-public-projects/. A ticket has been submitted to resolve this issue.

Installation

To install Pore-Builder, its dependencies must first be installed. It is recommended to do so through Conda by running the following commands:

# Create conda environment
conda create -n pore37 python=3.7
# Add channels
conda config --add channels conda-forge
# Install packages
conda install --file requirements.txt

Once the dependencies have been installed, Pore-Builder can be installed from the package root directory: pip install -e .. To check the package has been correctly installed, we can run Python and attempt to import the package via mBuild:

>>> import mbuild
>>> mbuild.recipes.GraphenePore()
<GraphenePore 2688 particles, periodicity: [3.9296     2.675      2.97774175], 0 bonds, id: 140234327632848>
>>> 

Docker

A docker image is available on DockerHub to try out Pore-Builder.

Publications using Pore-Builder

image

About

mBuild recipe for building slit-pores.

License:MIT License


Languages

Language:Python 91.5%Language:Dockerfile 7.6%Language:Shell 0.9%