# Overview

High-performance computing and scientific simulation tools for research and computational biology.

Scientific computing leverages GPU acceleration to solve complex computational problems in chemistry, biology, physics, and related fields. These applications often require massive parallel processing power that GPUs provide more efficiently than traditional CPU-based approaches.

Deploy computational biology tools and molecular dynamics simulations on CLORE.AI GPUs to accelerate research workflows, protein folding predictions, and scientific discoveries across the Clore.ai marketplace.

## Available Guides

| Guide                                                                      | Use Case                       | Difficulty |
| -------------------------------------------------------------------------- | ------------------------------ | ---------- |
| [AlphaFold2](https://docs.clore.ai/guides/science-and-research/alphafold2) | Protein structure prediction   | Advanced   |
| [ESMFold](https://docs.clore.ai/guides/science-and-research/esmfold)       | Fast protein folding           | Medium     |
| [GROMACS](https://docs.clore.ai/guides/science-and-research/gromacs)       | Molecular dynamics simulations | Advanced   |

## Application Areas

| Field              | GPU Benefit                | Typical Speedup |
| ------------------ | -------------------------- | --------------- |
| Molecular Dynamics | Massive parallelization    | 10-100x         |
| Protein Folding    | Deep learning acceleration | 50-1000x        |
| Quantum Chemistry  | Matrix operations          | 5-50x           |
| Climate Modeling   | Parallel computation       | 10-100x         |

## GPU Requirements

| Application | Minimum GPU | Recommended |
| ----------- | ----------- | ----------- |
| ESMFold     | RTX 3070    | RTX 4090    |
| AlphaFold2  | RTX 3090    | A100 40GB   |
| GROMACS     | GTX 1080    | RTX 3080+   |

## Related Guides

* [Training & Fine-tuning](https://docs.clore.ai/guides/training/training)
* [Advanced Configurations](https://docs.clore.ai/guides/advanced/advanced)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.clore.ai/guides/science-and-research/science.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
