Skip to content
/ beep Public
forked from QCMM/beep

A binding energy evaluation platform (BEEP) and database for molecules on interstellar ice-grain mantels

License

Notifications You must be signed in to change notification settings

b-unnit/beep

 
 

Repository files navigation

logo_BEEP

codecov

BEEP is a binding energy evaluation platform and database for molecules on interstellar ice-grain mantels.

For data query for the BEEP database you only need to install the QCPortal python module and follow the tutorial

conda install -c conda-forge qcportal=0.15 pydantic=1.9* python=3.10

If you would like to create your own database using the BEEP protocol or if you would like to contribute to the BEEP database you will need to install the QCFractal module. It is best intall QCFractal into a fresh environment.

conda create -n beep -c psi4 -c main qcfractal=0.15 psi4=1.6* pydantic=1.9* intel-openmp geometric

Once you installed QCFractal or QCPortal, to install the BEEP libraries run:

python -m pip install .

For examples of data query and data generation head to the tutorials folder in this repository.

Copyright

Copyright (c) 2022, Stefan Vogt-Geisse, Giulia M. Bovolenta

Acknowledgements

Project based on the Computational Molecular Science Python Cookiecutter version 1.6.

About

A binding energy evaluation platform (BEEP) and database for molecules on interstellar ice-grain mantels

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.7%
  • Jupyter Notebook 37.1%
  • Shell 1.2%