Skip to content

JacksonBurns/RMG-actually-a-database

 
 

Repository files navigation

RMG-actually-a-database

SWITCH THIS TO PARQUET

Fork of RMG-database that flattens all of the files into an actual relational database and exposes the data through an interface.

Broadly compatible with Python, individually packageable (installable with pip and conda), and standalone for other research applications.

TODO:

Convert...

  • kinetics
  • quantum_corrections - was already mostly compatible
  • reference_sets - flattened
  • solvation
  • statmech
  • surface
  • thermo
  • transport - flattened

Rather than version controlling the acutal db file, we should dump the database into a git-able format (like csv or sql) and then version control that. When distributing, we can make this into an actual database file.

Also, we will not include the tar.xz files in either the distribution or the version control. They are here during only the transition period to (1) make debugging easier and (2) get an actual line diff. If they are ever needed in the future, there is always version control.

About

The actual database of chemical parameters used with Reaction Mechanism Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • Jupyter Notebook 3.5%