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

https://github.com/formulae-org/package-chemistry-js

Chemistry package for Fōrmulæ, in JavaScript
https://github.com/formulae-org/package-chemistry-js

atomic- atomic-mass atomic-name atomic-numbers atomic-symbols chemical-element chemistry formulae heteronuclear-compound homonuclear-compound javascript

Last synced: 6 months ago
JSON representation

Chemistry package for Fōrmulæ, in JavaScript

Awesome Lists containing this project

README

          

# package-chemistry-js

Chemistry package for the [Fōrmulæ](https://formulae.org) programming language.

Fōrmulæ is also a software framework for visualization, edition and manipulation of complex expressions, from many fields. The code for an specific field —i.e. arithmetics— is encapsulated in a single unit called a Fōrmulæ **package**.

This repository contains the source code for the **chemistry package**. It contains functionality for basic chemistry.

The GitHub organization [formulae-org](https://github.com/formulae-org) encompasses the source code for the rest of packages, as well as the [web application](https://github.com/formulae-org/formulae-js).

### Capabilities ###

* Visualization
* Chemical elements
* Homonuclear compunds
* Heteronuclear compounds

* Creation of chemical elements
* Interactively
* Programmatically, from their atomic numbers
* Programmatically, from their symbols

* Obtaining information for a given element
* Atomic number
* Atomic mass
* Symbol
* Name

### Examples

[Chemical calculator](https://formulae.org/?script=examples/Chemical_calculator)