https://github.com/xrsrke/chemchem
A chemistry package!
https://github.com/xrsrke/chemchem
chemistry general-chemistry
Last synced: 8 months ago
JSON representation
A chemistry package!
- Host: GitHub
- URL: https://github.com/xrsrke/chemchem
- Owner: xrsrke
- License: mit
- Created: 2022-09-23T04:57:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T01:35:18.000Z (about 3 years ago)
- Last Synced: 2025-01-21T15:26:37.267Z (9 months ago)
- Topics: chemistry, general-chemistry
- Language: Jupyter Notebook
- Homepage: https://xrsrke.github.io/chemchem
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
chemchem
================
This file will become your README and also the index of your
documentation.
## Install
``` sh
pip install chemchem
```
### Thermochemistry
``` python
Al = Compound('Al')
```
``` python
Al.get_amounts(grams=32.5)
```
{'grams': 32.5, 'molecules': 7.251130383218443e+23, 'moles': 1.204506708175821}
``` python
#Al.properties
```
``` python
H2O = Compound('H2O')
```