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
- Host: GitHub
- URL: https://github.com/formulae-org/package-chemistry-js
- Owner: formulae-org
- License: agpl-3.0
- Created: 2023-10-26T01:04:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T04:50:26.000Z (8 months ago)
- Last Synced: 2025-02-24T05:30:52.786Z (8 months ago)
- Topics: atomic-, atomic-mass, atomic-name, atomic-numbers, atomic-symbols, chemical-element, chemistry, formulae, heteronuclear-compound, homonuclear-compound, javascript
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)