An open API service indexing awesome lists of open source software.

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!

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')
```