Skip to main content

No project description provided

Project description

DESPASITO

License GitHub Actions Build Status codecov Documentation Status Language grade: Python

DESPASITO: Determining Equilibrium State and Parametrization Application for SAFT, Intended for Thermodynamic Output

First open-source application for thermodynamic calculations and parameter fitting for the Statistical Associating Fluid Theory (SAFT) EOS and SAFT-𝛾-Mie coarse-grained simulations. This software has two primary facets.

The first facet is a means to evaluate implicit equations of state (EOS), such as the focus of this package, SAFT-𝛾-Mie. This framework allows easy implementation of more advanced thermodynamic calculations as well as additional forms of SAFT or other equations of state. Feel free to contribute!

The second facet is parameterization of equations of state (EOS), some of which are useful for coarse-grained (CG) simulations. The SAFT-𝛾-Mie formalism is an attractive source of simulation parameters as it offers a means to directly link the intermolecular potential with thermodynamic properties. This application has the ability to fit EOS parameters to experimental thermodynamic data in a top down approach for self and cross interaction parameters.

In another work nearing publication, we present a method of predicting cross-interaction parameters for SAFT-𝛾-Mie from multipole moments derived from DFT calculations. This method is easily implemented in using the package, MAPSCI as a plug-in. It should be noted that additional, iterative fine tuning in a simulation parameters may be desired, but previous works have found close agreement between simulation parameters and those fit to the EOS.

Need Assistance?

Check out our Documentation first.

Documentation

Check out our Documentation:

Installation

NOTE: DESPASITO is not yet available in conda-forge, but it is available with pip.

Prerequisites:

  • Python: Available for python 3.6 to 3.8 (limited by current compatibility issues with Numba)
  • NumPy: needed for running setup (distutils). Follow instructions outlined here for installation.

Options

Option 1: Install from pip: pip install despasito

Option 2: Install locally with pip.

  • Step 1: Install the prerequisites listed above.
  • Step 2: Download the master branch from our github page as a zip file, or clone it with git via git clone https://github.com/jaclark5/despasito to your working directory.
  • Step 3: Install with pip install despasito/., or change directories and run pip install ..

NOTE If pip is unavailable, follow the instructions outlined here for installation.

Option 3: Install locally with python.

  • Step 1: Install the prerequisites listed above.
  • Step 2: Download the master branch from our github page as a zip file, or clone it with git via git clone https://github.com/jaclark5/despasito to your working directory.
  • Step 3: After changing directories, install with python setup.py install --user .

Command Line Use

This package has been primarily designed as a command line tool but can be used as an imported package.

In any directory with the appropriate input files in .json format, run DESPASITO with python -m despasito -i input.json

See examples directory for input file structures.

Copyright

Copyright (c) 2019, Jennifer A Clark

Acknowledgements

Project based on the Computational Molecular Science Python Cookiecutter version 1.0.

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

despasito-0.2.0.tar.gz (691.1 kB view hashes)

Uploaded Source

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