An open API service indexing awesome lists of open source software.

https://github.com/uibcdf/openexplorer


https://github.com/uibcdf/openexplorer

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# OpenExplorer

[//]: # (Badges)
[![GitHub Actions Build Status](https://github.com/uibcdf/OpenExplorer/workflows/CI/badge.svg)](https://github.com/uibcdf/OpenExplorer/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/uibcdf/PyUnitWizard/branch/master/graph/badge.svg)](https://codecov.io/gh/uibcdf/OpenExplorer/branch/master)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

OpenExplorer is an open source library to explore the conformational free energy landscape of molecular systems.

## License

This project is under an MIT License. [A copy of the license text is included in this repository](LICENSE).

### Copyright

Copyright (c) 2022 [The Mexico Children's Hospital Federico Gómez](http://himfg.com.mx/), [its Unit of Research on Computational
Biology and Drug Design](http://uibcdf.org), and [authors](https://github.com/uibcdf/OpenExplorer/graphs/contributors).

## Acknowledgements

Project based on the [Computational Molecular Science Python Cookiecutter](https://github.com/molssi/cookiecutter-cms) version 1.5.

## Contributors

A complete list of contributors can be found checking [the insights section of this
repository](https://github.com/uibcdf/OpenExplorer/graphs/contributors).

The main project authors and major contributors are:

- Liliana M. Moreno Vargas
- Diego Prada Gracia
- Roberto Velázquez Fuentes

## Installation

With the conda env activated:

```bash
python setup.py develop
```