molecule_energy 0.0.1
molecule_energy: ^0.0.1 copied to clipboard
Energy calculations for molecules.
This package is intended to perform energy calculations for chemical structures. Given a "molecule_core" data structure and an available method of calculating energy, this should perform calculations to return a value.
Ideally, someone should be able to build their own package based off this one to implement their own energy calculations. I have not figured that part out yet.
Features #
Nothing at present, currently a placeholder. Intended functionality is described above.
Getting started #
Documentation will be added as this fills out.
Usage #
There are no suitable examples on how to use this yet.
const like = 'sample';
Additional information #
At present, this is a placeholder for this project, and functionality will be added to this as needed. Once it becomes useful, suggestions will be welcome.