Dealing with isotopic inventories.
Project description
Installation
To install this package it is best to use pip3.
In order to install this package type: pip3 install lib-kaasknak
Usage
In order to use the package import lib in your python editor of choice.
The commands that can be used are:
- ElementZ(input) which gives the Z-value of the corresponding element.
- ElementN(input) which gives the name of the element corresponding to this Z-value.
- NatComp(input) which gives the isotopes in nature and their fractions.
Example
import lib
a=lib.ElementZ("Gd")
b,c=lib.NatComp("Gd")
print(a)
print(b)
print(c)
64
[152, 154, 155, 156, 157, 158, 160]
[0.002, 0.0218, 0.148, 0.2047, 0.1565, 0.2484, 0.2186]
Sidenote
If the element has no natural occuring isotopes it will return a list with one 0 in it. If the element only has traces of an isotope occuring in nature it will return the mass numbers of these traces. In both cases the fractions list will contain a single 0.
Data is gather from the wikipedia page for every individual element.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lib-kaasknak-0.1.0.tar.gz.
File metadata
- Download URL: lib-kaasknak-0.1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84d91d4108d9eea408b7671b6ca5bc6af7dc9ab8ea16b214bd48b64d20b12cac
|
|
| MD5 |
1f95f58dfd068af3b0b44acc99cd5e13
|
|
| BLAKE2b-256 |
edb2250c0305b88ec5f00e710c56c74a5108098c87047f766eebf0917ecbcc61
|
File details
Details for the file lib_kaasknak-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lib_kaasknak-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 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/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5726c140aa061c26333c89ce51f720ffcfeb7f1053759261861323244d87038
|
|
| MD5 |
48bce2974404bcd2bab23e4e07adab2e
|
|
| BLAKE2b-256 |
0f8b9573db2116cd071c3927b87306631d9fd4b3bf5c4411abf7b604e4fa85ac
|