A Python module to calculate chemical formulas
Project description
calchem
chemical calculating
This is a simple chemical calculation package. The name is composed of the words calc ulation and chem ical: calchem
The package is in the early stages of development! The range of functions is still small[^1].
install via:
pip install calchem
How to work with the package?
- Amount of substance (n, [mol]) from mass (m, [g]) and molar mass (M, [g/mol]):
get_n(m, M) - Molar mass (M, [g/mol]) from mass (m, [g]) and amount of substance (n, [mol]):
get_M(m, n) - Mass (m, [g]) from amount of substance (n, [mol]) and molar mass (M, [g/mol]):
get_m(n, M)
[^1]: More coming soon!
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
calchem-0.0.2.tar.gz
(2.4 kB
view details)
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 calchem-0.0.2.tar.gz.
File metadata
- Download URL: calchem-0.0.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64290dca252fbb450a56913947c919da29d3f915dfcef5f3555d5e44106caab5
|
|
| MD5 |
85bd5fcd472fed1aba177d1738f13706
|
|
| BLAKE2b-256 |
da36b8afcff741069fa0f4ed526ff3541bd430698a6294db94e47b5d880bec66
|
File details
Details for the file calchem-0.0.2-py3-none-any.whl.
File metadata
- Download URL: calchem-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59e56773c05585f7d6b3f53c74ef236b5982aa27a2bfbc10568358c98b31b22a
|
|
| MD5 |
3e10e1c62d20cba8a821d1926a53d9f0
|
|
| BLAKE2b-256 |
ef4124785691296b7f8c108977bd14b9e336205b19d9cef4d05a82463dee4f52
|