> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/guides/guides_v2-de/wissenschaft-and-forschung/science.md).

# Überblick

Hochleistungsrechnen und wissenschaftliche Simulationswerkzeuge für Forschung und computergestützte Biologie.

Wissenschaftliches Rechnen nutzt GPU-Beschleunigung, um komplexe Rechenprobleme in Chemie, Biologie, Physik und verwandten Bereichen zu lösen. Diese Anwendungen erfordern oft massive parallele Rechenleistung, die GPUs effizienter bereitstellen als herkömmliche CPU-basierte Ansätze.

Setzen Sie Werkzeuge der computergestützten Biologie und Molekulardynamiksimulationen auf CLORE.AI-GPUs ein, um Forschungsabläufe, Vorhersagen der Proteinfaltung und wissenschaftliche Entdeckungen im Clore.ai-Marktplatz zu beschleunigen.

## Verfügbare Anleitungen

| Anleitung                                                                   | Anwendungsfall                   | Schwierigkeitsgrad |
| --------------------------------------------------------------------------- | -------------------------------- | ------------------ |
| [AlphaFold2](/guides/guides_v2-de/wissenschaft-and-forschung/alphafold2.md) | Vorhersage von Proteinstrukturen | Fortgeschritten    |
| [ESMFold](/guides/guides_v2-de/wissenschaft-and-forschung/esmfold.md)       | Schnelle Proteinfaltung          | Mittel             |
| [GROMACS](/guides/guides_v2-de/wissenschaft-and-forschung/gromacs.md)       | Molekulardynamiksimulationen     | Fortgeschritten    |

## Anwendungsbereiche

| Fachbereich       | GPU-Vorteil                        | Typische Beschleunigung |
| ----------------- | ---------------------------------- | ----------------------- |
| Molekulardynamik  | Massive Parallelisierung           | 10–100x                 |
| Proteinfaltung    | Beschleunigung durch Deep Learning | 50–1000x                |
| Quantenchemie     | Matrixoperationen                  | 5–50x                   |
| Klimamodellierung | Parallele Berechnung               | 10–100x                 |

## GPU-Anforderungen

| Anwendung  | Minimale GPU | Empfohlen |
| ---------- | ------------ | --------- |
| ESMFold    | RTX 3070     | RTX 4090  |
| AlphaFold2 | RTX 3090     | A100 40GB |
| GROMACS    | GTX 1080     | RTX 3080+ |

## Verwandte Anleitungen

* [Training & Feinabstimmung](/guides/guides_v2-de/training/training.md)
* [Erweiterte Konfigurationen](/guides/guides_v2-de/erweitert/advanced.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/guides_v2-de/wissenschaft-and-forschung/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.
