1.0.0 • Published 6 years ago

@atomistics/caffeine v1.0.0

Weekly downloads
-
License
Unlicense
Repository
github
Last release
6 years ago

@atomistics/caffeine

Atomic positions and numbers of the caffeine molecule.

Install

npm i --save @atomistics/caffeine

API

const caffeine = require("@atomistics/caffeine");

Returns an object with the atomic positions and numbers of the caffeine molecule.

NameTypeDescription
caffeine.positionsNx3 ndarrayAn Nx3 ndarray containing the atomic positions of the caffeine molecule.
caffeine.numbersint arrayA javascript array of length N containing the atomic numbers of the caffeine molecule.