Skip to content

MolarVerse/ThermoScreening

Repository files navigation

Python application codecov

ThermoScreening

Description

ThermoScreening is a program to calculate the thermochemical properties of given molecules. The aim is to create a framework to allow screening databases of molecules for their thermochemical properties.

Development Guide

  1. Clone the repository
git clone https://github.com/MolarVerse/ThermoScreening.git
  1. Use git flow
[master] main
[develop] dev
[version tag prefix] v
  1. Create a feature branch
git flow feature start <feature_branch>
  1. Commit your changes to the feature branch
git add <files>
git commit -m "message"
git flow feature publish <feature_branch>

TODO

  • Add different engine
  • Add conformer generator
  • Add more tests
  • Add a documentation
  • Add screening framework

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages