diff --git a/README.md b/README.md index e283fe1..14186a7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ - +![logo](./logo_dark.png#gh-dark-mode-only) +![logo](./logo.png#gh-light-mode-only) HiPRGen (**Hi**_gh_ **P**_erformance_ **R**_eaction_ **Gen**_eration_) is a python module for constructing reaction networks via exhaustive reaction enumeration and filtering decision trees with the capacity to be applied to systems with hundreds of billions of possible reactions. HiPRGen is built on top of [MPI4py](https://mpi4py.readthedocs.io/en/stable/) which facilitates multi-node parallelism. diff --git a/logo_dark.png b/logo_dark.png new file mode 100644 index 0000000..749a108 Binary files /dev/null and b/logo_dark.png differ