1.0.0 • Published 7 years ago
@atomistics/caffeine v1.0.0
@atomistics/caffeine
Atomic positions and numbers of the caffeine molecule.
Install
npm i --save @atomistics/caffeineAPI
const caffeine = require("@atomistics/caffeine");Returns an object with the atomic positions and numbers of the caffeine molecule.
| Name | Type | Description |
|---|---|---|
| caffeine.positions | Nx3 ndarray | An Nx3 ndarray containing the atomic positions of the caffeine molecule. |
| caffeine.numbers | int array | A javascript array of length N containing the atomic numbers of the caffeine molecule. |
1.0.0
7 years ago