A generalized python library for calculating and plotting various things related to mixed volatile (H2O-CO2) solubility in silicate melts.
Project description
VESIcal
A generalized python library for calculating and plotting various things related to mixed volatile (H2O-CO2) solubility in silicate melts.
Installation
First, obtain Python3.x if you do not already have it installed. If you are new to python, we recommend installing it via anaconda3 (https://www.anaconda.com/products/individual). VESIcal can be installed with one line. Open a terminal and type the following:
pip install VESIcal
Check that the installation worked by entering the following lines into a terminal:
python
import VESIcal as v
If no output is returned, VESIcal has installed properly! You will very likely, however, see a warning telling you that no module named 'thermoengine' could be found. The installation you performed via pip attempts to install all dependencies (other libraries that VESIcal requires), but thermoengine is not available via pip and so must be manually installed.
Dependencies that should automatically be installed for you are:
- pandas
- numpy
- matplotlib
- cycler
- abc
- scipy
- sys
- sympy
- copy
If any warnings related to these libraries appear, try installing them as you did VESIcal: with 'pip install [package]'.
thermoengine is the ENKI implementation of MELTS (MagmaSat), which is the backbone of the entire VESIcal library. VESIcal cannot be run without thermoengine at this time, however a VESIcal-lite that does not include MagmaSat is planned. To install thermoengine, please refer to the ENKI documentation here: https://gitlab.com/ENKI-portal/ThermoEngine.
Documentation
Read all of our documentation, inlcuding quickstart guides here: https://vesical.readthedocs.io/en/latest/
Check our our YouTube channel for videos on how to use VESIcal here: https://www.youtube.com/channel/UCpvCCs5KMXzOxXWm0seF8Qw
Contributing
Issues are tracked on GitHub.
Patches may be submitted via a Github pull request. All changes should include tests (VESIcal uses python's unittest library) and pass flake8.
Project details
Release history Release notifications | RSS feed
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 VESIcal-0.9.13.tar.gz
.
File metadata
- Download URL: VESIcal-0.9.13.tar.gz
- Upload date:
- Size: 100.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f25801ac1930310448615579520258a3d2298a8d933ba3da88982eb562749817 |
|
MD5 | 60524f8830a6bda955c9d1a4fa8089a1 |
|
BLAKE2b-256 | b8d8dd43595090fd2f1df29b0a46d8432e48886cfb24d49f582a172f41b1e6f5 |
File details
Details for the file VESIcal-0.9.13-py3-none-any.whl
.
File metadata
- Download URL: VESIcal-0.9.13-py3-none-any.whl
- Upload date:
- Size: 112.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2123e62e74fead0c8bb698e371f1c816f86b592537068197a5d7c521c14b223a |
|
MD5 | fed7c9c6b2c91241e688af94faf4c731 |
|
BLAKE2b-256 | 6ac2c7f9fbaf97337956b50bccb8daf94cb09a16c4811874c196678f489f44c2 |