Hydrogen decomposition to HI, H2.
Project description
Hdecompose
Decomposition of Hydrogen content of simulation particles into neutral/ionized and atomic/molecular. Implementations of Blitz & Rosolowsky (2006) and Rahmati et al (2013).
Installation:
From pypi:
- 'pip install hdecompose'
From github:
- Download via web UI, or 'git clone https://github.com/kyleaoman/Hdecompose.git'
- Install dependencies if necessary (see 'setup.py'), some may be found in other repositories by kyleaoman.
- Global install (Linux):
- cd to directory with 'setup.py'
- run 'sudo pip install -e .' (-e installs via symlink, so pulling repository will do a 'live' update of the installation)
- User install (Linux):
- cd to directory with 'setup.py'
- ensure '~/lib/python3.7/site-packages' or similar is on your PYTHONPATH (e.g. 'echo $PYTHONPATH'), if not, add it (perhaps in .bash_profile or similar)
- run 'pip install --prefix ~ -e .' (-e installs via symlink, so pulling repository will do a 'live' update of the installation)
- cd to a directory outside the module and launch python; you should be able to do 'from Hdecompose import *'
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
hdecompose-0.1.0.tar.gz
(18.2 kB
view details)
Built Distribution
File details
Details for the file hdecompose-0.1.0.tar.gz
.
File metadata
- Download URL: hdecompose-0.1.0.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e894b4de54a932ee95b914507734e7bff6c4bc5ff27a1586f68cfb0c5ffc5b2e |
|
MD5 | 4a22a4c87a5f70b781a3e3d42248d675 |
|
BLAKE2b-256 | 01f4d40899563e3bf18a6b62fc90759c255187c87750e7c486e71d825c930bf9 |
File details
Details for the file hdecompose-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: hdecompose-0.1.0-py3-none-any.whl
- Upload date:
- Size: 20.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93b3511be5c2f9a93c97b1396d543885fd16ac339ff9a5cb977f3b52e17001aa |
|
MD5 | 11a8c5c81fd209e49e5b0b211bab8678 |
|
BLAKE2b-256 | c3844cfe9206f90aaa067a73f6d0ab7d0db9e87bbbfe41d5b062d8dfc459c95d |